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)
437
Contracts.Assert(0 <=
_currentIndex
&&
_currentIndex
< 8);
441
_currentBits |= (byte)(1 <<
_currentIndex
);
444
if (
_currentIndex
== 8)
461
if (
_currentIndex
> 0)