3 writes to _pendingByte
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\GC\GCRefMapDecoder.cs (3)
58_pendingByte = 0x80; // Forces first byte read 68_pendingByte = 0x80; // Forces first byte read 97_pendingByte = x >> 1;
2 references to _pendingByte
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\GC\GCRefMapDecoder.cs (2)
72public readonly bool AtEnd => _pendingByte == 0; 82int x = _pendingByte;