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