3 writes to _slotIndex
Microsoft.ML.Data (3)
Data\SlotCursor.cs (3)
113_slotIndex = -1; 123_slotIndex = -1; 134_slotIndex++;
3 references to _slotIndex
Microsoft.ML.Data (3)
Data\SlotCursor.cs (3)
116public override int SlotIndex => _slotIndex; 135Ch.Assert(_slotIndex >= 0); 141Ch.Assert(_slotIndex < 0);