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