5 references to DisabledText
Microsoft.CodeAnalysis.CSharp (5)
Parser\DirectiveParser.cs (1)
168eod = eod.TokenWithLeadingTrivia(SyntaxList.Concat(SyntaxFactory.DisabledText(expr.ToFullString()), eod.GetLeadingTrivia()));
Parser\Lexer.cs (3)
2167this.AddTrivia(SyntaxFactory.DisabledText(this.GetNonInternedLexemeText()), ref triviaList); 2450return this.CurrentLexemeWidth > 0 ? SyntaxFactory.DisabledText(this.GetNonInternedLexemeText()) : null; 2460return this.CurrentLexemeWidth > 0 ? SyntaxFactory.DisabledText(this.GetNonInternedLexemeText()) : null;
Syntax\SyntaxFactory.cs (1)
165return Syntax.InternalSyntax.SyntaxFactory.DisabledText(text);