2 writes to _line
Microsoft.ML.Core (2)
Utilities\TextReaderStream.cs (2)
117
_line
= _baseReader.ReadLine();
135
_line
= null;
8 references to _line
Microsoft.ML.Core (8)
Utilities\TextReaderStream.cs (8)
114
if (
_line
== null)
118
if (
_line
== null)
124
Contracts.AssertValue(
_line
);
125
Contracts.Assert(_lineCur <=
_line
.Length);
127
if (_lineCur ==
_line
.Length)
140
int charCount = Math.Min(
_line
.Length - _lineCur, _charBlockSize);
142
_buffLim = _encoding.GetBytes(
_line
, _lineCur, charCount, _buff, 0);
145
Contracts.Assert(_lineCur <=
_line
.Length);