Base:
5 references to CanWrite
System.Net.Sockets (5)
System\Net\Sockets\NetworkStream.cs (5)
303
if (!
CanWrite
)
334
if (!
CanWrite
) throw new InvalidOperationException(SR.net_readonlystream);
505
if (!
CanWrite
)
628
if (!
CanWrite
)
648
bool canWrite =
CanWrite
; // Prevent race with Dispose.