5 references to LoCountMask
System.ServiceModel.Internals (5)
System\Runtime\IOThreadScheduler.cs (5)
27
public const int HiCountMask =
LoCountMask
<< HiShift;
28
public const int LoMask =
LoCountMask
| LoHiBit;
483
wrapped = (gateSnapshot & Bits.
LoCountMask
) != 1;
514
if (gateSnapshot >> Bits.HiShift != (gateSnapshot & Bits.
LoCountMask
) ||
554
if ((gateSnapshot & Bits.
LoCountMask
) != 1 ||