2 writes to _clientIDRowSuffixArray
System.Web.Extensions (2)
UI\WebControls\ListView.cs (2)
317
_clientIDRowSuffixArray
= new DataKeyArray(this.ClientIDRowSuffixArrayList);
1496
_clientIDRowSuffixArray
= null;
2 references to _clientIDRowSuffixArray
System.Web.Extensions (2)
UI\WebControls\ListView.cs (2)
316
if (
_clientIDRowSuffixArray
== null) {
319
return
_clientIDRowSuffixArray
;