1 write to _rowCount
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
1445
++
_rowCount
;
6 references to _rowCount
Microsoft.ML.Data (6)
DataView\CacheDataView.cs (6)
1440
Contracts.Assert(0 <=
_rowCount
&&
_rowCount
< int.MaxValue);
1443
Utils.EnsureSize(ref _values,
_rowCount
+ 1);
1444
_getter(ref _values[
_rowCount
]);
1450
Contracts.Assert(0 <= idx && idx <
_rowCount
);
1456
Array.Resize(ref _values,
_rowCount
);