2 writes to _pendingByte
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\CallingConvention\CallingConvention_1.cs (2)
930
_pendingByte
= 0;
933
_pendingByte
|= 1 << _bits;
3 references to _pendingByte
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CallingConvention_1.cs (3)
929
_bytes.Add((byte)(
_pendingByte
| 0x80));
1010
if ((
_pendingByte
& 0x7F) != 0 || _pos == 0)
1011
_bytes.Add((byte)(
_pendingByte
& 0x7F));