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)
64
if (
_s
== null)
67
return
_s
[_pos];
74
if (
_s
== null)
77
return
_s
[_pos++];
95
if (
_s
== null)
101
_s
.CopyTo(_pos, buffer, index, n);
109
if (
_s
== null)
113
s =
_s
;
115
s =
_s
.Substring(_pos, _length - _pos);
127
if (
_s
== null)
131
char ch =
_s
[i];
133
String result =
_s
.Substring(_pos, i - _pos);
135
if (ch == '\r' && _pos < _length &&
_s
[_pos] == '\n') _pos++;
141
String result =
_s
.Substring(_pos, i - _pos);