8 references to LoHiBit
System.ServiceModel.Internals (8)
System\Runtime\IOThreadScheduler.cs (8)
25public const int HiHiBit = LoHiBit << HiShift; 26public const int LoCountMask = LoHiBit - 1; 28public const int LoMask = LoCountMask | LoHiBit; 30public const int HiBits = LoHiBit | HiHiBit; 486if ((gateSnapshot & Bits.LoHiBit) != 0 && Bits.IsComplete(gateSnapshot)) 500gateSnapshot = Interlocked.Add(ref this.gate, Bits.LoHiBit); 501Fx.Assert((gateSnapshot & Bits.HiBits) == Bits.LoHiBit, "Slot already empty."); 533if ((gateSnapshot & Bits.LoHiBit) == 0)