4 references to HiHiBit
System.ServiceModel.Internals (4)
System\Runtime\IOThreadScheduler.cs (4)
29public const int HiMask = HiCountMask | HiHiBit; 30public const int HiBits = LoHiBit | HiHiBit; 517gateSnapshot = Interlocked.Add(ref this.gate, Bits.HiHiBit); 557gateSnapshot = Interlocked.Add(ref this.gate, Bits.HiHiBit);