2 writes to _currentBits
Microsoft.ML.Data (2)
DataLoadSave\Binary\Codecs.cs (2)
493_currentBits = Reader.ReadByte(); 495_currentBits >>= 1;
1 reference to _currentBits
Microsoft.ML.Data (1)
DataLoadSave\Binary\Codecs.cs (1)
502value = (_currentBits & 1) != 0;