2 writes to _rowsCollection
System.Web (2)
UI\WebControls\GridView.cs (2)
1165_rowsCollection = new GridViewRowCollection(_rowsArray); 2030_rowsCollection = null;
2 references to _rowsCollection
System.Web (2)
UI\WebControls\GridView.cs (2)
1158if (_rowsCollection == null) { 1167return _rowsCollection;