2 references to GetHandles
System.Data.Odbc (2)
Common\System\Data\ProviderBase\DbConnectionPool.cs (2)
733waitResult = WaitHandle.WaitAny(_waitHandles.GetHandles(allowCreate), unchecked((int)waitForMultipleObjectsTimeout)); 963waitResult = WaitHandle.WaitAny(_waitHandles.GetHandles(withCreate: true), CreationTimeout);