4 references to DisabledText
Microsoft.CodeAnalysis.CSharp (4)
Parser\Lexer.cs (3)
2171
this.AddTrivia(SyntaxFactory.
DisabledText
(this.GetNonInternedLexemeText()), ref triviaList);
2456
return this.CurrentLexemeWidth > 0 ? SyntaxFactory.
DisabledText
(this.GetNonInternedLexemeText()) : null;
2466
return this.CurrentLexemeWidth > 0 ? SyntaxFactory.
DisabledText
(this.GetNonInternedLexemeText()) : null;
Syntax\SyntaxFactory.cs (1)
166
return Syntax.InternalSyntax.SyntaxFactory.
DisabledText
(text);