2 writes to _s
mscorlib (2)
system\io\stringreader.cs (2)
40_s = s; 51_s = null;
14 references to _s
mscorlib (14)
system\io\stringreader.cs (14)
64if (_s == null) 67return _s[_pos]; 74if (_s == null) 77return _s[_pos++]; 95if (_s == null) 101_s.CopyTo(_pos, buffer, index, n); 109if (_s == null) 113s = _s; 115s = _s.Substring(_pos, _length - _pos); 127if (_s == null) 131char ch = _s[i]; 133String result = _s.Substring(_pos, i - _pos); 135if (ch == '\r' && _pos < _length && _s[_pos] == '\n') _pos++; 141String result = _s.Substring(_pos, i - _pos);