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)
502
value = (
_currentBits
& 1) != 0;