2 writes to _reader
mscorlib (2)
system\io\ReadLinesIterator.cs (2)
42
_reader
= reader;
86
_reader
= null;
5 references to _reader
mscorlib (5)
system\io\ReadLinesIterator.cs (5)
47
if (this.
_reader
!= null)
49
this.current =
_reader
.ReadLine();
69
return CreateIterator(_path, _encoding,
_reader
);
78
if (
_reader
!= null)
80
_reader
.Dispose();