1 write to _lastInBatchInLookAheadCursorDel
Microsoft.ML.Data (1)
DataView\BatchDataViewMapperBase.cs (1)
104
_lastInBatchInLookAheadCursorDel
= _parent.GetLastInBatchDelegate(_lookAheadCursor);
2 references to _lastInBatchInLookAheadCursorDel
Microsoft.ML.Data (2)
DataView\BatchDataViewMapperBase.cs (2)
156
Ch.Assert(
_lastInBatchInLookAheadCursorDel
());
167
} while (!
_lastInBatchInLookAheadCursorDel
() && _lookAheadCursor.MoveNext());