2 references to SignalledState_ShiftCount
mscorlib (2)
system\threading\ManualResetEventSlim.cs (2)
133UpdateStateAtomically(((value) ? 1 : 0) << SignalledState_ShiftCount, SignalledState_BitMask); 244this.m_combinedState = initialState ? (1 << SignalledState_ShiftCount) : 0;