2 references to NumWaitersState_ShiftCount
mscorlib (2)
system\threading\ManualResetEventSlim.cs (2)
163
return ExtractStatePortionAndShiftRight(m_combinedState, NumWaitersState_BitMask,
NumWaitersState_ShiftCount
);
175
UpdateStateAtomically(value <<
NumWaitersState_ShiftCount
, NumWaitersState_BitMask);