3 references to CreationSemaphore
System.Data.OleDb (3)
System\Data\ProviderBase\DbConnectionPool.cs (3)
1214if (_waitHandles.CreationSemaphore.WaitOne(unchecked((int)waitForMultipleObjectsTimeout))) 1223_waitHandles.CreationSemaphore.Release(1); 1249throw new AbandonedMutexException(CREATION_HANDLE, _waitHandles.CreationSemaphore);