2 writes to _pendingByte
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\CallingConvention\CallingConvention_1.cs (2)
953
_pendingByte
= 0;
956
_pendingByte
|= 1 << _bits;
3 references to _pendingByte
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CallingConvention_1.cs (3)
952
_bytes.Add((byte)(
_pendingByte
| 0x80));
1033
if ((
_pendingByte
& 0x7F) != 0 || _pos == 0)
1034
_bytes.Add((byte)(
_pendingByte
& 0x7F));