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