19 references to GetInternedLexemeText
Microsoft.CodeAnalysis.CSharp (19)
Parser\Lexer.cs (16)
644
info.Text = this.
GetInternedLexemeText
();
730
info.Text = this.
GetInternedLexemeText
();
928
info.StringValue = info.Text = this.
GetInternedLexemeText
();
1051
info.Text = this.
GetInternedLexemeText
();
1599
info.Text =
GetInternedLexemeText
();
1810
info.StringValue = this.
GetInternedLexemeText
();
2346
return SyntaxFactory.Whitespace(this.
GetInternedLexemeText
());
2673
info.Text = this.
GetInternedLexemeText
();
2721
info.Text = this.
GetInternedLexemeText
();
3106
info.Text = this.
GetInternedLexemeText
();
3865
info.Text = this.
GetInternedLexemeText
();
4398
var text = this.
GetInternedLexemeText
();
4427
var text = this.
GetInternedLexemeText
();
4443
var text = this.
GetInternedLexemeText
();
4489
var text = this.
GetInternedLexemeText
();
4504
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
();