3 references to CreationSemaphore
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (3)
1336
if (_waitHandles.
CreationSemaphore
.WaitOne(unchecked((int)waitForMultipleObjectsTimeout))) {
1343
_waitHandles.
CreationSemaphore
.Release(1);
1373
throw new AbandonedMutexException(CREATION_HANDLE,_waitHandles.
CreationSemaphore
);