4 references to NotSupported_UnwritableStream
System.IO.Pipes (4)
System\IO\Error.cs (1)
31
return new NotSupportedException(SR.
NotSupported_UnwritableStream
);
System\IO\Pipes\NamedPipeClientStream.Unix.cs (1)
106
if (!CanWrite) throw new NotSupportedException(SR.
NotSupported_UnwritableStream
);
System\IO\Pipes\NamedPipeServerStream.Unix.cs (1)
191
if (!CanWrite) throw new NotSupportedException(SR.
NotSupported_UnwritableStream
);
System\IO\Pipes\PipeStream.Unix.cs (1)
395
throw new NotSupportedException(SR.
NotSupported_UnwritableStream
);