4 writes to _pendingByte
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (4)
63_pendingByte = 0; 339_pendingByte = 0; 343_pendingByte |= (1 << _bits); 426_pendingByte = 0;
3 references to _pendingByte
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (3)
338Builder.EmitByte((byte)(_pendingByte | 0x80)); 423if ((_pendingByte & 0x7F) != 0 || _pos == 0) 424Builder.EmitByte((byte)(_pendingByte & 0x7F));