3 references to WaitHandle
mscorlib (2)
system\threading\CountdownEvent.cs (1)
138return m_event.WaitHandle;
system\threading\Tasks\Task.cs (1)
1602return CompletedEvent.WaitHandle;
System.Web (1)
Hosting\AsyncResultBase.cs (1)
101public WaitHandle AsyncWaitHandle { get { return _mre.WaitHandle; } } // wait not supported