5 references to Text
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
227
builder.Add(SyntaxFactory.BadToken(null, lexer.TextWindow.
Text
.ToString(), null));
Parser\Lexer.cs (3)
918
int end = TextWindow.
Text
.Length;
920
info.Text = TextWindow.
Text
.ToString(new TextSpan(startingPosition, width));
2419
var text = TextWindow.
Text
;
Parser\SyntaxParser.cs (1)
125
var size = Math.Min(4096, Math.Max(32, this.lexer.TextWindow.
Text
.Length / 2));