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