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)); 1010if ((_pendingByte & 0x7F) != 0 || _pos == 0) 1011_bytes.Add((byte)(_pendingByte & 0x7F));