2 writes to cachedSelectedIndices
System.Web (2)
UI\WebControls\ListControl.cs (2)
338cachedSelectedIndices = new ArrayList(3); 847cachedSelectedIndices = selectedIndices;
2 references to cachedSelectedIndices
System.Web (2)
UI\WebControls\ListControl.cs (2)
341cachedSelectedIndices.Add(i); 344return cachedSelectedIndices;