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