2 writes to _currentIndex
Microsoft.ML.Data (2)
DataLoadSave\Binary\Codecs.cs (2)
485_currentIndex = -1; 492if ((_currentIndex = (_currentIndex + 1) & 7) == 0)
3 references to _currentIndex
Microsoft.ML.Data (3)
DataLoadSave\Binary\Codecs.cs (3)
492if ((_currentIndex = (_currentIndex + 1) & 7) == 0) 500Contracts.Assert(0 <= _currentIndex, "have not moved in"); 501Contracts.Assert(_currentIndex < 8);