3 writes to stream
mscorlib (3)
system\io\streamreader.cs (3)
245this.stream = stream; 264this.stream = stream; 285stream = null;
20 references to stream
mscorlib (20)
system\io\streamreader.cs (20)
280if (!LeaveOpen && disposing && (stream != null)) 281stream.Close(); 284if (!LeaveOpen && (stream != null)) { 302get { return stream; } 336if (stream == null) 354if (stream == null) 369if (stream == null) 394if (stream == null) 428if (stream == null) 455if (stream == null) 575int len = stream.Read(byteBuffer, bytePos, byteBuffer.Length - bytePos); 595byteLen = stream.Read(byteBuffer, 0, byteBuffer.Length); 660int len = stream.Read(byteBuffer, bytePos, byteBuffer.Length - bytePos); 685byteLen = stream.Read(byteBuffer, 0, byteBuffer.Length); 739if (stream == null) 795if (stream == null) 876if (stream == null) 921if (stream == null) 1109if (stream == null) 1178get { return stream; }