9 references to HiOne
System.ServiceModel.Internals (9)
System\Runtime\IOThreadScheduler.cs (9)
24public const int LoHiBit = HiOne >> 1; 152int slot = Interlocked.Add(ref this.headTail, Bits.HiOne); 159slot = Interlocked.Add(ref this.headTail, Bits.HiOne); 198int slot = Interlocked.Add(ref this.headTailLowPri, Bits.HiOne); 213int interlockedResult = Interlocked.CompareExchange(ref this.headTail, ht + Bits.HiOne, ht); 303if (slot == Interlocked.CompareExchange(ref this.headTail, slot + Bits.HiOne, slot)) 305slot += Bits.HiOne; 531int gateSnapshot = Interlocked.Add(ref this.gate, Bits.HiOne); 545if ((gateSnapshot & Bits.HiCountMask) == Bits.HiOne)