Base:
5 references to CanRead
System.Net.Sockets (5)
System\Net\Sockets\NetworkStream.cs (5)
233if (!CanRead) 261if (!CanRead) throw new InvalidOperationException(SR.net_writeonlystream); 439if (!CanRead) 567if (!CanRead) 588bool canRead = CanRead; // Prevent race with Dispose.