2 references to ERROR_PIPE_BUSY
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
1832
if (error == UnsafeNativeMethods.ERROR_FILE_NOT_FOUND || error == UnsafeNativeMethods.
ERROR_PIPE_BUSY
)
1842
if (error == UnsafeNativeMethods.
ERROR_PIPE_BUSY
)