Base:
7 references to CanRead
System.IO.Pipes (7)
System\IO\Pipes\NamedPipeClientStream.Unix.cs (1)
109
if (!
CanRead
) throw new NotSupportedException(SR.NotSupported_UnreadableStream);
System\IO\Pipes\NamedPipeServerStream.Unix.cs (1)
181
if (!
CanRead
) throw new NotSupportedException(SR.NotSupported_UnreadableStream);
System\IO\Pipes\PipeStream.Unix.cs (5)
38
if (!
CanRead
)
49
if (!
CanRead
)
61
if (!
CanRead
)
84
if (!
CanRead
)
376
if (!
CanRead
)