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)
446Writer.Write(_currentBits); 463Writer.Write(_currentBits);