2 references to HiBits
System.ServiceModel.Primitives (2)
Internals\System\Runtime\IOThreadScheduler.cs (2)
336Contract.Assert((gateSnapshot & Bits.HiBits) == 0, "Slot already marked."); 343Contract.Assert((gateSnapshot & Bits.HiBits) == Bits.LoHiBit, "Slot already empty.");