4 writes to _pendingByte
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (4)
63_pendingByte = 0; 346_pendingByte = 0; 350_pendingByte |= (1 << _bits); 433_pendingByte = 0;
3 references to _pendingByte
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (3)
345Builder.EmitByte((byte)(_pendingByte | 0x80)); 430if ((_pendingByte & 0x7F) != 0 || _pos == 0) 431Builder.EmitByte((byte)(_pendingByte & 0x7F));