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