2 writes to _rowsCollection
System.Web (2)
UI\WebControls\DetailsView.cs (2)
1202_rowsCollection = new DetailsViewRowCollection(_rowsArray); 1594_rowsCollection = null;
2 references to _rowsCollection
System.Web (2)
UI\WebControls\DetailsView.cs (2)
1195if (_rowsCollection == null) { 1204return _rowsCollection;