2 references to SpinCountState_BitMask
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\ManualResetEventSlim.cs (2)
108get => ExtractStatePortionAndShiftRight(m_combinedState, SpinCountState_BitMask, SpinCountState_ShiftCount); 114m_combinedState = (m_combinedState & ~SpinCountState_BitMask) | (value << SpinCountState_ShiftCount);