Base:
8 references to CanRead
Microsoft.VisualBasic.Forms.Tests (1)
System\Windows\Forms\SingleInstanceHelpersTests.vb (1)
23pipeServer.CanRead.Should.BeTrue()
System.IO.Pipes (7)
System\IO\Pipes\NamedPipeClientStream.Unix.cs (1)
96if (!CanRead) throw new NotSupportedException(SR.NotSupported_UnreadableStream);
System\IO\Pipes\NamedPipeServerStream.Unix.cs (1)
184if (!CanRead) throw new NotSupportedException(SR.NotSupported_UnreadableStream);
System\IO\Pipes\PipeStream.Unix.cs (5)
38if (!CanRead) 49if (!CanRead) 61if (!CanRead) 84if (!CanRead) 376if (!CanRead)