5 references to UnsafeNativeMethods
System.ServiceModel.NetNamedPipe (5)
System\ServiceModel\Channels\PipeConnection.cs (2)
411return error == UnsafeNativeMethods.ERROR_NO_DATA || 412error == UnsafeNativeMethods.ERROR_BROKEN_PIPE;
System\ServiceModel\Channels\PipeConnectionInitiator.cs (3)
194if (error == UnsafeNativeMethods.ERROR_FILE_NOT_FOUND || error == UnsafeNativeMethods.ERROR_PIPE_BUSY) 204if (error == UnsafeNativeMethods.ERROR_PIPE_BUSY)