1 write to m_event
mscorlib (1)
system\threading\CountdownEvent.cs (1)
72m_event = new ManualResetEventSlim();
10 references to m_event
mscorlib (10)
system\threading\CountdownEvent.cs (10)
77m_event.Set(); 138return m_event.WaitHandle; 174m_event.Dispose(); 192Contract.Assert(m_event != null); 203m_event.Set(); 239Contract.Assert(m_event != null); 269m_event.Set(); 423m_event.Set(); 427m_event.Reset(); 573returnValue = m_event.Wait(millisecondsTimeout, cancellationToken);