2 writes to _pendingByte
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\GC\GCRefMapDecoder.cs (2)
46_pendingByte = 0x80; // Forces first byte read 63_pendingByte = x >> 1;
2 references to _pendingByte
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\GC\GCRefMapDecoder.cs (2)
50public readonly bool AtEnd => _pendingByte == 0; 56int x = _pendingByte;