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