39 references to GetNonInternedLexemeText
Microsoft.CodeAnalysis.CSharp (39)
Parser\Lexer.cs (37)
639
info.Text = this.
GetNonInternedLexemeText
();
1816
info.Text = this.
GetNonInternedLexemeText
();
2055
var text = this.
GetNonInternedLexemeText
();
2069
var text = this.
GetNonInternedLexemeText
();
2167
this.AddTrivia(SyntaxFactory.DisabledText(this.
GetNonInternedLexemeText
()), ref triviaList);
2188
this.AddTrivia(SyntaxFactory.EndOfLine(this.
GetNonInternedLexemeText
()), ref triviaList);
2205
this.AddTrivia(SyntaxFactory.ConflictMarker(this.
GetNonInternedLexemeText
()), ref triviaList);
2450
return this.CurrentLexemeWidth > 0 ? SyntaxFactory.DisabledText(this.
GetNonInternedLexemeText
()) : null;
2460
return this.CurrentLexemeWidth > 0 ? SyntaxFactory.DisabledText(this.
GetNonInternedLexemeText
()) : null;
2776
var text = this.
GetNonInternedLexemeText
();
2910
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3137
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3153
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3159
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3166
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3175
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3315
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3479
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3488
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3498
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3507
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3514
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3652
info.Text = this.
GetNonInternedLexemeText
();
3816
string actualText = this.
GetNonInternedLexemeText
();
3885
info.Text = this.
GetNonInternedLexemeText
();
4081
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4089
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4098
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4105
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4211
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4219
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4228
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4235
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4335
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4343
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4352
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4359
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
Parser\Lexer_StringLiteral.cs (2)
250
info.Text = this.
GetNonInternedLexemeText
();
293
info.Text = this.
GetNonInternedLexemeText
();