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