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