1 reference to MAX_CACHED_TOKENSIZE
Microsoft.CodeAnalysis.VisualBasic (1)
Scanner\QuickTokenAccumulator.vb (1)
188
Dim limit = index + Math.Min(
MAX_CACHED_TOKENSIZE
, _bufferLen - offset)