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