3 writes to _currentCursor
Microsoft.ML.Data (3)
DataView\AppendRowsDataView.cs (3)
225
_currentCursor
= Sources[_currentSourceIndex].GetRowCursor(columnsNeeded);
274
_currentCursor
= null;
279
_currentCursor
= Sources[_currentSourceIndex].GetRowCursor(columnsNeeded);
10 references to _currentCursor
Microsoft.ML.Data (10)
DataView\AppendRowsDataView.cs (10)
226
_currentIdGetter =
_currentCursor
.GetIdGetter();
248
Ch.AssertValue(
_currentCursor
);
259
Ch.Assert(
_currentCursor
!= null);
260
getSrc =
_currentCursor
.GetGetter<TValue>(
_currentCursor
.Schema[col]);
269
Ch.AssertValue(
_currentCursor
);
270
while (!
_currentCursor
.MoveNext())
273
_currentCursor
.Dispose();
280
_currentIdGetter =
_currentCursor
.GetIdGetter();
293
_currentCursor
?.Dispose();