4 references to HiHiBit
System.ServiceModel.Primitives (4)
Internals\System\Runtime\IOThreadScheduler.cs (4)
30public const int HiMask = HiCountMask | HiHiBit; 31public const int HiBits = LoHiBit | HiHiBit; 359gateSnapshot = Interlocked.Add(ref _gate, Bits.HiHiBit); 398gateSnapshot = Interlocked.Add(ref _gate, Bits.HiHiBit);