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