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