2 writes to _currentSourceIndex
Microsoft.ML.Data (2)
DataView\AppendRowsDataView.cs (2)
328_currentSourceIndex = -1; 372_currentSourceIndex = pos;
9 references to _currentSourceIndex
Microsoft.ML.Data (9)
DataView\AppendRowsDataView.cs (9)
343idGetters[_currentSourceIndex](ref val); 344val = val.Combine(new DataViewRowId((ulong)_currentSourceIndex, 0)); 355Ch.Assert(0 <= _currentSourceIndex && _currentSourceIndex < Sources.Length); 357var rowCursor = _cursorSet[_currentSourceIndex]; 359if (getSrc[_currentSourceIndex] == null) 360getSrc[_currentSourceIndex] = rowCursor.GetGetter<TValue>(rowCursor.Schema[col]); 361getSrc[_currentSourceIndex](ref val); 373bool r = _cursorSet[_currentSourceIndex].MoveNext();