1 write to _lastValidCounter
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinaryLoader.cs (1)
1261
_lastValidCounter
= _parent._header.RowCount - 1;
1 reference to _lastValidCounter
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinaryLoader.cs (1)
1976
bool more = Position !=
_lastValidCounter
;