1 write to _active
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderCursor.cs (1)
99
_active
= active;
8 references to _active
Microsoft.ML.Data (8)
DataLoadSave\Text\TextLoaderCursor.cs (8)
108
_rows = _parser.CreateRowSet(_stats, 1,
_active
);
115
if (
_active
!= null && !
_active
[i])
307
return
_active
== null ||
_active
[column.Index];
345
_parser.ParseRow(_rows, 0, helper,
_active
, batch.Path, info.Line, info.Text);
907
checked(_blockCount * BlockSize), _curs.
_active
);
1013
_curs._parser.ParseRow(_rows, irow, helper, _curs.
_active
, lines.Path, info.Line, info.Text);