3 writes to _currentBits
Microsoft.ML.Data (3)
DataLoadSave\Binary\Codecs.cs (3)
441
_currentBits
|= (byte)(1 << _currentIndex);
447
_currentBits
= 0;
464
_currentBits
= 0;
2 references to _currentBits
Microsoft.ML.Data (2)
DataLoadSave\Binary\Codecs.cs (2)
446
Writer.Write(
_currentBits
);
463
Writer.Write(
_currentBits
);