1 write to _lookAheadCursor
Microsoft.ML.Data (1)
DataView\BatchDataViewMapperBase.cs (1)
97_lookAheadCursor = lookAheadCursor;
4 references to _lookAheadCursor
Microsoft.ML.Data (4)
DataView\BatchDataViewMapperBase.cs (4)
104_lastInBatchInLookAheadCursorDel = _parent.GetLastInBatchDelegate(_lookAheadCursor); 106_inputGetterInLookAheadCursor = _parent.GetLookAheadGetter(_lookAheadCursor); 158var good = _lookAheadCursor.MoveNext(); 167} while (!_lastInBatchInLookAheadCursorDel() && _lookAheadCursor.MoveNext());