2 writes to _rowCollection
Microsoft.Data.Analysis (2)
DataFrame.cs (2)
47_rowCollection = new DataFrameRowCollection(this); 53_rowCollection = new DataFrameRowCollection(this);
1 reference to _rowCollection
Microsoft.Data.Analysis (1)
DataFrame.cs (1)
64public DataFrameRowCollection Rows => _rowCollection;