2 references to ERROR_PIPE_BUSY
System.ServiceModel.NetNamedPipe (2)
System\ServiceModel\Channels\PipeConnectionInitiator.cs (2)
194
if (error == UnsafeNativeMethods.ERROR_FILE_NOT_FOUND || error == UnsafeNativeMethods.
ERROR_PIPE_BUSY
)
204
if (error == UnsafeNativeMethods.
ERROR_PIPE_BUSY
)