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)
335
Builder.EmitByte((byte)(
_pendingByte
| 0x80));
420
if ((
_pendingByte
& 0x7F) != 0 || _pos == 0)
421
Builder.EmitByte((byte)(
_pendingByte
& 0x7F));