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)
50
public readonly bool AtEnd =>
_pendingByte
== 0;
56
int x =
_pendingByte
;