3 writes to _currentIndex
Microsoft.ML.Data (3)
DataLoadSave\Binary\Codecs.cs (3)
443_currentIndex++; 448_currentIndex = 0; 465_currentIndex = 0;
5 references to _currentIndex
Microsoft.ML.Data (5)
DataLoadSave\Binary\Codecs.cs (5)
437Contracts.Assert(0 <= _currentIndex && _currentIndex < 8); 441_currentBits |= (byte)(1 << _currentIndex); 444if (_currentIndex == 8) 461if (_currentIndex > 0)