Base:
8 references to CanRead
Microsoft.VisualBasic.Forms.Tests (1)
System\Windows\Forms\SingleInstanceHelpersTests.vb (1)
23
pipeServer.
CanRead
.Should.BeTrue()
System.IO.Pipes (7)
System\IO\Pipes\NamedPipeClientStream.Unix.cs (1)
96
if (!
CanRead
) throw new NotSupportedException(SR.NotSupported_UnreadableStream);
System\IO\Pipes\NamedPipeServerStream.Unix.cs (1)
184
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
)