4 references to IO_PipeBroken
System.IO.Pipes (4)
System\IO\Pipes\NamedPipeClientStream.cs (1)
228
throw new IOException(SR.
IO_PipeBroken
);
System\IO\Pipes\NamedPipeServerStream.cs (1)
185
throw new IOException(SR.
IO_PipeBroken
);
System\IO\Pipes\NamedPipeServerStream.Unix.cs (1)
90
throw new IOException(SR.
IO_PipeBroken
);
System\IO\Pipes\PipeStream.cs (1)
382
throw new IOException(SR.
IO_PipeBroken
);