2 writes to _ator
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoaderCursor.cs (2)
125_ator = ParseParallel(state).GetEnumerator(); 129_ator = ParseSequential().GetEnumerator();
3 references to _ator
Microsoft.ML.Data (3)
DataLoadSave\Text\TextLoaderCursor.cs (3)
281_ator.Dispose(); 291if (_ator.MoveNext()) 293_rows.Index = _ator.Current;