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