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