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)
1158
if (
_rowsCollection
== null) {
1167
return
_rowsCollection
;