5 references to DisabledText
Microsoft.CodeAnalysis.CSharp (5)
Parser\DirectiveParser.cs (1)
163
eod = eod.TokenWithLeadingTrivia(SyntaxList.Concat(SyntaxFactory.
DisabledText
(expr.ToFullString()), eod.GetLeadingTrivia()));
Parser\Lexer.cs (3)
2505
this.AddTrivia(SyntaxFactory.
DisabledText
(TextWindow.GetText(false)), ref triviaList);
2805
return TextWindow.Width > 0 ? SyntaxFactory.
DisabledText
(TextWindow.GetText(false)) : null;
2815
return TextWindow.Width > 0 ? SyntaxFactory.
DisabledText
(TextWindow.GetText(false)) : null;
Syntax\SyntaxFactory.cs (1)
165
return Syntax.InternalSyntax.SyntaxFactory.
DisabledText
(text);