Base:
7 references to CanRead
System.IO.Pipes (7)
System\IO\Pipes\NamedPipeClientStream.Unix.cs (1)
109if (!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 (5)
38if (!CanRead) 49if (!CanRead) 61if (!CanRead) 84if (!CanRead) 376if (!CanRead)