2 references to ERROR_INVALID_HANDLE
System.ServiceModel.UnixDomainSocket (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
649if (socketException.ErrorCode == UnsafeNativeMethods.ERROR_INVALID_HANDLE) 792if ((int)socketException.SocketErrorCode == UnsafeNativeMethods.ERROR_INVALID_HANDLE)