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