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