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)
156Ch.Assert(_lastInBatchInLookAheadCursorDel()); 167} while (!_lastInBatchInLookAheadCursorDel() && _lookAheadCursor.MoveNext());