3 references to CreationHandle
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (3)
1382
int result = SafeNativeMethods.ReleaseSemaphore(_waitHandles.
CreationHandle
.DangerousGetHandle(), 1, IntPtr.Zero);
1554
waitResult = SafeNativeMethods.WaitForSingleObjectEx(_waitHandles.
CreationHandle
.DangerousGetHandle(), timeout, false);
1600
waitResult = SafeNativeMethods.ReleaseSemaphore(_waitHandles.
CreationHandle
.DangerousGetHandle(), 1, IntPtr.Zero);