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