Base:
9 references to CanWrite
Microsoft.VisualBasic.Forms.Tests (1)
System\Windows\Forms\SingleInstanceHelpersTests.vb (1)
25
pipeServer.
CanWrite
.Should.BeFalse()
System.IO.Pipes (8)
System\IO\Pipes\NamedPipeClientStream.Unix.cs (1)
106
if (!
CanWrite
) throw new NotSupportedException(SR.NotSupported_UnwritableStream);
System\IO\Pipes\NamedPipeServerStream.Unix.cs (1)
194
if (!
CanWrite
) throw new NotSupportedException(SR.NotSupported_UnwritableStream);
System\IO\Pipes\PipeStream.Unix.cs (6)
114
if (!
CanWrite
)
125
if (!
CanWrite
)
137
if (!
CanWrite
)
159
if (!
CanWrite
)
346
if (!
CanWrite
)
393
if (!
CanWrite
)