2 references to NumWaitersState_BitMask
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\ManualResetEventSlim.cs (2)
124get => ExtractStatePortionAndShiftRight(m_combinedState, NumWaitersState_BitMask, NumWaitersState_ShiftCount); 134UpdateStateAtomically(value << NumWaitersState_ShiftCount, NumWaitersState_BitMask);