2 writes to _pendingByte
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\CallingConvention\CallingConvention_1.cs (2)
737
_pendingByte
= 0;
740
_pendingByte
|= 1 << _bits;
3 references to _pendingByte
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CallingConvention_1.cs (3)
736
_bytes.Add((byte)(
_pendingByte
| 0x80));
817
if ((
_pendingByte
& 0x7F) != 0 || _pos == 0)
818
_bytes.Add((byte)(
_pendingByte
& 0x7F));