2 writes to _nibbleCount
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\NibbleWriter.cs (2)
52_nibbleCount = 0; 81_nibbleCount++;
6 references to _nibbleCount
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\NibbleWriter.cs (6)
62if (_nibbleCount < NibbleCountInSmallBuffer) 64_smallBuffer |= ((ulong)nibble) << (4 * _nibbleCount); 66else if ((_nibbleCount & 1) == 0) 139int totalBytes = (_nibbleCount + 1) >> 1; 149if (_nibbleCount > NibbleCountInSmallBuffer) 162if ((_nibbleCount & 1) != 0)