18 references to GetInternedLexemeText
Microsoft.CodeAnalysis.CSharp (18)
Parser\Lexer.cs (15)
644
info.Text = this.
GetInternedLexemeText
();
730
info.Text = this.
GetInternedLexemeText
();
928
info.StringValue = info.Text = this.
GetInternedLexemeText
();
1051
info.Text = this.
GetInternedLexemeText
();
1603
info.Text =
GetInternedLexemeText
();
1814
info.StringValue = this.
GetInternedLexemeText
();
2679
info.Text = this.
GetInternedLexemeText
();
2727
info.Text = this.
GetInternedLexemeText
();
3112
info.Text = this.
GetInternedLexemeText
();
3871
info.Text = this.
GetInternedLexemeText
();
4404
var text = this.
GetInternedLexemeText
();
4433
var text = this.
GetInternedLexemeText
();
4449
var text = this.
GetInternedLexemeText
();
4495
var text = this.
GetInternedLexemeText
();
4510
var text = this.
GetInternedLexemeText
();
Parser\Lexer_RawStringLiteral.cs (1)
123
info.Text = this.
GetInternedLexemeText
();
Parser\Lexer_StringLiteral.cs (2)
76
info.Text = this.
GetInternedLexemeText
();
105
info.Text = this.
GetInternedLexemeText
();