39 references to GetNonInternedLexemeText
Microsoft.CodeAnalysis.CSharp (39)
Parser\Lexer.cs (37)
639
info.Text = this.
GetNonInternedLexemeText
();
1820
info.Text = this.
GetNonInternedLexemeText
();
2059
var text = this.
GetNonInternedLexemeText
();
2073
var text = this.
GetNonInternedLexemeText
();
2171
this.AddTrivia(SyntaxFactory.DisabledText(this.
GetNonInternedLexemeText
()), ref triviaList);
2192
this.AddTrivia(SyntaxFactory.EndOfLine(this.
GetNonInternedLexemeText
()), ref triviaList);
2209
this.AddTrivia(SyntaxFactory.ConflictMarker(this.
GetNonInternedLexemeText
()), ref triviaList);
2456
return this.CurrentLexemeWidth > 0 ? SyntaxFactory.DisabledText(this.
GetNonInternedLexemeText
()) : null;
2466
return this.CurrentLexemeWidth > 0 ? SyntaxFactory.DisabledText(this.
GetNonInternedLexemeText
()) : null;
2782
var text = this.
GetNonInternedLexemeText
();
2916
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3143
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3159
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3165
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3172
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3181
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3321
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3485
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3494
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3504
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3513
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3520
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
3658
info.Text = this.
GetNonInternedLexemeText
();
3822
string actualText = this.
GetNonInternedLexemeText
();
3891
info.Text = this.
GetNonInternedLexemeText
();
4087
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4095
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4104
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4111
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4217
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4225
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4234
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4241
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4341
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4349
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4358
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
4365
info.StringValue = info.Text = this.
GetNonInternedLexemeText
();
Parser\Lexer_StringLiteral.cs (2)
250
info.Text = this.
GetNonInternedLexemeText
();
293
info.Text = this.
GetNonInternedLexemeText
();