4 references to NotSupported_UnreadableStream
System.IO.Pipes (4)
System\IO\Error.cs (1)
21return new NotSupportedException(SR.NotSupported_UnreadableStream);
System\IO\Pipes\NamedPipeClientStream.Unix.cs (1)
96if (!CanRead) throw new NotSupportedException(SR.NotSupported_UnreadableStream);
System\IO\Pipes\NamedPipeServerStream.Unix.cs (1)
181if (!CanRead) throw new NotSupportedException(SR.NotSupported_UnreadableStream);
System\IO\Pipes\PipeStream.Unix.cs (1)
378throw new NotSupportedException(SR.NotSupported_UnreadableStream);