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