Base:
11 references to CanRead
Microsoft.Build (1)
BufferedReadStream.cs (1)
35
public override bool CanRead { get { return _innerStream.
CanRead
; } }
Microsoft.VisualBasic.Forms.Tests (1)
System\Windows\Forms\SingleInstanceHelpersTests.vb (1)
23
pipeServer.
CanRead
.Should.BeTrue()
MSBuild (1)
BufferedReadStream.cs (1)
35
public override bool CanRead { get { return _innerStream.
CanRead
; } }
MSBuildTaskHost (1)
BufferedReadStream.cs (1)
35
public override bool CanRead { get { return _innerStream.
CanRead
; } }
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
)