5 references to LoCountMask
System.ServiceModel.Primitives (5)
Internals\System\Runtime\IOThreadScheduler.cs (5)
28
public const int HiCountMask =
LoCountMask
<< HiShift;
29
public const int LoMask =
LoCountMask
| LoHiBit;
325
wrapped = (gateSnapshot & Bits.
LoCountMask
) != 1;
356
if (gateSnapshot >> Bits.HiShift != (gateSnapshot & Bits.
LoCountMask
) ||
395
if ((gateSnapshot & Bits.
LoCountMask
) != 1 ||