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); 115if (_active != null && !_active[i]) 307return _active == null || _active[column.Index]; 345_parser.ParseRow(_rows, 0, helper, _active, batch.Path, info.Line, info.Text); 907checked(_blockCount * BlockSize), _curs._active); 1013_curs._parser.ParseRow(_rows, irow, helper, _curs._active, lines.Path, info.Line, info.Text);