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