2 writes to _rowCollection
Microsoft.Data.Analysis (2)
DataFrame.cs (2)
47
_rowCollection
= new DataFrameRowCollection(this);
53
_rowCollection
= new DataFrameRowCollection(this);
3 references to _rowCollection
Microsoft.Data.Analysis (3)
DataFrame.cs (3)
64
public DataFrameRowCollection Rows =>
_rowCollection
;
840
return
_rowCollection
.Count * valueColumnList.Count;
905
long rowCount =
_rowCollection
.Count;