2 references to WaitOne
mscorlib (2)
system\threading\waithandle.cs (2)
199
return
WaitOne
((long)millisecondsTimeout,exitContext);
209
return
WaitOne
(tm,exitContext);