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