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