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