1 write to _in
mscorlib (1)
system\io\textreader.cs (1)
317
_in
= t;
8 references to _in
mscorlib (8)
system\io\textreader.cs (8)
324
_in
.Close();
332
((IDisposable)
_in
).Dispose();
338
return
_in
.Peek();
344
return
_in
.Read();
351
return
_in
.Read(buffer, index, count);
357
return
_in
.ReadBlock(buffer, index, count);
363
return
_in
.ReadLine();
369
return
_in
.ReadToEnd();