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