19 references to GetInternedLexemeText
Microsoft.CodeAnalysis.CSharp (19)
Parser\Lexer.cs (16)
629info.Text = this.GetInternedLexemeText(); 715info.Text = this.GetInternedLexemeText(); 913info.StringValue = info.Text = this.GetInternedLexemeText(); 1036info.Text = this.GetInternedLexemeText(); 1584info.Text = GetInternedLexemeText(); 1795info.StringValue = this.GetInternedLexemeText(); 2331return SyntaxFactory.Whitespace(this.GetInternedLexemeText()); 2658info.Text = this.GetInternedLexemeText(); 2706info.Text = this.GetInternedLexemeText(); 3091info.Text = this.GetInternedLexemeText(); 3850info.Text = this.GetInternedLexemeText(); 4383var text = this.GetInternedLexemeText(); 4412var text = this.GetInternedLexemeText(); 4428var text = this.GetInternedLexemeText(); 4474var text = this.GetInternedLexemeText(); 4489var 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();