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)
116
public override int SlotIndex =>
_slotIndex
;
135
Ch.Assert(
_slotIndex
>= 0);
141
Ch.Assert(
_slotIndex
< 0);