6 references to GetBit
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\StackWalk\GC\GCRefMapDecoder.cs (6)
69
int result =
GetBit
();
70
result |=
GetBit
() << 1;
80
result |=
GetBit
() << (bit++);
81
result |=
GetBit
() << (bit++);
82
result |=
GetBit
() << (bit++);
84
while (
GetBit
() != 0);