1 write to _rowCount
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
1382
_rowCount
= rowCount;
6 references to _rowCount
Microsoft.ML.Data (6)
DataView\CacheDataView.cs (6)
1360
Ctx.Assert(0 <=
_rowCount
&&
_rowCount
< int.MaxValue);
1371
int rowCount =
_rowCount
+ 1;
1413
Array.Resize(ref _indexBoundaries,
_rowCount
+ 1);
1414
Array.Resize(ref _valueBoundaries,
_rowCount
+ 1);
1415
Array.Resize(ref _lengths,
_rowCount
);