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)
47if (this._reader != null) 49this.current = _reader.ReadLine(); 69return CreateIterator(_path, _encoding, _reader); 78if (_reader != null) 80_reader.Dispose();