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