4 references to GetText
Microsoft.CodeAnalysis.CSharp (4)
Parser\Lexer.cs (1)
3337info.Text = TextWindow.GetText(start, TextWindow.Position - start, intern: true);
Parser\Lexer_RawStringLiteral.cs (2)
93info.StringValue = TextWindow.GetText( 175info.StringValue = TextWindow.GetText(
Parser\SlidingTextWindow.cs (1)
414return this.GetText(this.LexemeStartPosition, this.Width, intern);