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