18 references to GetInternedLexemeText
Microsoft.CodeAnalysis.CSharp (18)
Parser\Lexer.cs (15)
644info.Text = this.GetInternedLexemeText(); 730info.Text = this.GetInternedLexemeText(); 928info.StringValue = info.Text = this.GetInternedLexemeText(); 1051info.Text = this.GetInternedLexemeText(); 1603info.Text = GetInternedLexemeText(); 1814info.StringValue = this.GetInternedLexemeText(); 2679info.Text = this.GetInternedLexemeText(); 2727info.Text = this.GetInternedLexemeText(); 3112info.Text = this.GetInternedLexemeText(); 3871info.Text = this.GetInternedLexemeText(); 4404var text = this.GetInternedLexemeText(); 4433var text = this.GetInternedLexemeText(); 4449var text = this.GetInternedLexemeText(); 4495var text = this.GetInternedLexemeText(); 4510var 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();