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