3 references to NibbleCountInSmallBuffer
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\NibbleWriter.cs (3)
62if (_nibbleCount < NibbleCountInSmallBuffer) 142int smallBytes = Math.Min(totalBytes, NibbleCountInSmallBuffer); 149if (_nibbleCount > NibbleCountInSmallBuffer)