3 references to HiCountMask
System.ServiceModel.Primitives (3)
Internals\System\Runtime\IOThreadScheduler.cs (3)
30
public const int HiMask =
HiCountMask
| HiHiBit;
345
if ((gateSnapshot & Bits.
HiCountMask
) == 0)
386
if ((gateSnapshot & Bits.
HiCountMask
) == Bits.HiOne)