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