1 write to _curs
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderCursor.cs (1)
897
_curs
= curs;
8 references to _curs
Microsoft.ML.Data (8)
DataLoadSave\Text\TextLoaderCursor.cs (8)
898
_reader =
_curs
._reader;
906
_rows = rows =
_curs
._parser.CreateRowSet(
_curs
._stats,
907
checked(_blockCount * BlockSize),
_curs
._active);
977
var helper =
_curs
._parser.CreateHelper(_rows.Stats,
_curs
._srcNeeded);
1013
_curs
._parser.ParseRow(_rows, irow, helper,
_curs
._active, lines.Path, info.Line, info.Text);