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)
1440Contracts.Assert(0 <= _rowCount && _rowCount < int.MaxValue); 1443Utils.EnsureSize(ref _values, _rowCount + 1); 1444_getter(ref _values[_rowCount]); 1450Contracts.Assert(0 <= idx && idx < _rowCount); 1456Array.Resize(ref _values, _rowCount);