4 references to DisabledText
Microsoft.CodeAnalysis.CSharp (4)
Parser\Lexer.cs (3)
2172
this.AddTrivia(SyntaxFactory.
DisabledText
(TextWindow.GetText(false)), ref triviaList);
2459
return TextWindow.Width > 0 ? SyntaxFactory.
DisabledText
(TextWindow.GetText(false)) : null;
2469
return TextWindow.Width > 0 ? SyntaxFactory.
DisabledText
(TextWindow.GetText(false)) : null;
Syntax\SyntaxFactory.cs (1)
166
return Syntax.InternalSyntax.SyntaxFactory.
DisabledText
(text);