39 references to GetNonInternedLexemeText
Microsoft.CodeAnalysis.CSharp (39)
Parser\Lexer.cs (37)
624
info.Text = this.
GetNonInternedLexemeText
();
1801
info.Text = this.
GetNonInternedLexemeText
();
2040
var text = this.
GetNonInternedLexemeText
();
2054
var text = this.
GetNonInternedLexemeText
();
2152
this.AddTrivia(SyntaxFactory.DisabledText(this.
GetNonInternedLexemeText
()), ref triviaList);
2173
this.AddTrivia(SyntaxFactory.EndOfLine(this.
GetNonInternedLexemeText
()), ref triviaList);
2190
this.AddTrivia(SyntaxFactory.ConflictMarker(this.
GetNonInternedLexemeText
()), ref triviaList);
2435
return this.CurrentLexemeWidth > 0 ? SyntaxFactory.DisabledText(this.
GetNonInternedLexemeText
()) : null;
2445
return this.CurrentLexemeWidth > 0 ? SyntaxFactory.DisabledText(this.
GetNonInternedLexemeText
()) : null;
2761
var text = this.
GetNonInternedLexemeText
();
2895
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3122
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3138
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3144
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3151
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3160
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3300
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3464
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3473
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3483
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3492
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3499
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3637
info.Text = this.
GetNonInternedLexemeText
();
3801
string actualText = this.
GetNonInternedLexemeText
();
3870
info.Text = this.
GetNonInternedLexemeText
();
4066
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4074
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4083
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4090
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4196
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4204
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4213
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4220
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4320
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4328
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4337
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4344
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
Parser\Lexer_StringLiteral.cs (2)
250
info.Text = this.
GetNonInternedLexemeText
();
293
info.Text = this.
GetNonInternedLexemeText
();