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