2 writes to _currentSourceIndex
Microsoft.ML.Data (2)
DataView\AppendRowsDataView.cs (2)
224_currentSourceIndex = 0; 275if (++_currentSourceIndex >= Sources.Length)
7 references to _currentSourceIndex
Microsoft.ML.Data (7)
DataView\AppendRowsDataView.cs (7)
225_currentCursor = Sources[_currentSourceIndex].GetRowCursor(columnsNeeded); 242val = val.Combine(new DataViewRowId((ulong)_currentSourceIndex, 0)); 256if (_currentSourceIndex != capturedSourceIndex) 258Ch.Assert(0 <= _currentSourceIndex && _currentSourceIndex < Sources.Length); 261capturedSourceIndex = _currentSourceIndex; 279_currentCursor = Sources[_currentSourceIndex].GetRowCursor(columnsNeeded);