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)
64public DataFrameRowCollection Rows => _rowCollection; 840return _rowCollection.Count * valueColumnList.Count; 905long rowCount = _rowCollection.Count;