2 references to MaxCachedTokenSize
Microsoft.CodeAnalysis.CSharp (2)
Parser\Lexer.cs (1)
2337if (width < MaxCachedTokenSize)
Parser\QuickScanner.cs (1)
200textWindowCharSpan = textWindowCharSpan[..Math.Min(MaxCachedTokenSize, textWindowCharSpan.Length)];