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