1 write to _pendingNibble
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\NibbleWriter.cs (1)
69_pendingNibble = (byte)(nibble & 0x0F);
2 references to _pendingNibble
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\NibbleWriter.cs (2)
78_largeBuffer.WriteByte((byte)(_pendingNibble | (nibble << 4))); 165output[startOffset] = _pendingNibble;