6 references to GetBit
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\StackWalk\GC\GCRefMapDecoder.cs (6)
103
int result =
GetBit
();
104
result |=
GetBit
() << 1;
114
result |=
GetBit
() << (bit++);
115
result |=
GetBit
() << (bit++);
116
result |=
GetBit
() << (bit++);
118
while (
GetBit
() != 0);