19 references to GetInternedLexemeText
Microsoft.CodeAnalysis.CSharp (19)
Parser\Lexer.cs (16)
644info.Text = this.GetInternedLexemeText(); 730info.Text = this.GetInternedLexemeText(); 928info.StringValue = info.Text = this.GetInternedLexemeText(); 1051info.Text = this.GetInternedLexemeText(); 1599info.Text = GetInternedLexemeText(); 1810info.StringValue = this.GetInternedLexemeText(); 2346return SyntaxFactory.Whitespace(this.GetInternedLexemeText()); 2673info.Text = this.GetInternedLexemeText(); 2721info.Text = this.GetInternedLexemeText(); 3106info.Text = this.GetInternedLexemeText(); 3865info.Text = this.GetInternedLexemeText(); 4398var text = this.GetInternedLexemeText(); 4427var text = this.GetInternedLexemeText(); 4443var text = this.GetInternedLexemeText(); 4489var text = this.GetInternedLexemeText(); 4504var text = this.GetInternedLexemeText();
Parser\Lexer_RawStringLiteral.cs (1)
123info.Text = this.GetInternedLexemeText();
Parser\Lexer_StringLiteral.cs (2)
76info.Text = this.GetInternedLexemeText(); 105info.Text = this.GetInternedLexemeText();