2 writes to _ifeatCur
Microsoft.ML.Data (2)
Data\BufferBuilder.cs (2)
114
_ifeatCur
= 0;
146
_ifeatCur
= ifeat;
4 references to _ifeatCur
Microsoft.ML.Data (4)
Data\BufferBuilder.cs (4)
76
Contracts.Assert(0 <=
_ifeatCur
&& 0 <= _cfeatCur &&
_ifeatCur
<= _length - _cfeatCur);
165
index +=
_ifeatCur
;
352
int ifeat = index +
_ifeatCur
;