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