2 writes to _currentSlot
Microsoft.ML.Data (2)
DataLoadSave\Binary\Codecs.cs (2)
538_currentSlot = -1; 545if ((_currentSlot = (_currentSlot + 1) & 0x0F) == 0)
3 references to _currentSlot
Microsoft.ML.Data (3)
DataLoadSave\Binary\Codecs.cs (3)
545if ((_currentSlot = (_currentSlot + 1) & 0x0F) == 0) 553Contracts.Assert(0 <= _currentSlot, "have not moved in"); 554Contracts.Assert(_currentSlot < 16);