2 writes to _totalRowCount
System.Web.Extensions (2)
UI\WebControls\ListViewPagedDataSource.cs (2)
35
_totalRowCount
= 0;
192
_totalRowCount
= value;
2 references to _totalRowCount
System.Web.Extensions (2)
UI\WebControls\ListViewPagedDataSource.cs (2)
102
return
_totalRowCount
;
189
return
_totalRowCount
;