5 references to HiOne
System.ServiceModel.Primitives (5)
Internals\System\Runtime\IOThreadScheduler.cs (5)
25public const int LoHiBit = HiOne >> 1; 138int slot = Interlocked.Add(ref _headTail, Bits.HiOne); 145slot = Interlocked.Add(ref _headTail, Bits.HiOne); 372int gateSnapshot = Interlocked.Add(ref _gate, Bits.HiOne); 386if ((gateSnapshot & Bits.HiCountMask) == Bits.HiOne)