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)));
165
output[startOffset] =
_pendingNibble
;