4 writes to _pendingByte
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (4)
62_pendingByte = 0; 336_pendingByte = 0; 340_pendingByte |= (1 << _bits); 423_pendingByte = 0;
3 references to _pendingByte
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (3)
335Builder.EmitByte((byte)(_pendingByte | 0x80)); 420if ((_pendingByte & 0x7F) != 0 || _pos == 0) 421Builder.EmitByte((byte)(_pendingByte & 0x7F));