5 references to WaitAny
System.Collections.Concurrent (2)
System\Collections\Concurrent\BlockingCollection.cs (2)
987
index = WaitHandle.
WaitAny
(handles.ToArray(), timeout);
1388
int index = WaitHandle.
WaitAny
(handles.ToArray(), timeout);
System.Data.Odbc (2)
Common\System\Data\ProviderBase\DbConnectionPool.cs (2)
733
waitResult = WaitHandle.
WaitAny
(_waitHandles.GetHandles(allowCreate), unchecked((int)waitForMultipleObjectsTimeout));
963
waitResult = WaitHandle.
WaitAny
(_waitHandles.GetHandles(withCreate: true), CreationTimeout);
System.ServiceModel.Primitives (1)
Internals\System\Runtime\IOThreadTimer.cs (1)
652
WaitHandle.
WaitAny
(waitableTimers, (int)waitDurationInMillis);