2 writes to _ArrayList
System.Web (2)
Profile\ProfileInfo.cs (2)
77_ArrayList = new ArrayList(); 155_ArrayList = al;
11 references to _ArrayList
System.Web (11)
Profile\ProfileInfo.cs (11)
87_ArrayList.Add(profileInfo); 98_ArrayList[(int)pos] = null; 107return _ArrayList[(int)pos] as ProfileInfo; 113return _ArrayList.GetEnumerator(); 125_ArrayList.Clear(); 135_ArrayList.CopyTo(array, index); 140_ArrayList.CopyTo(array, index); 149if (_ArrayList[iter] != null) 150al.Add(_ArrayList[iter]); 156_CurPos = _ArrayList.Count; 158ProfileInfo profileInfo = _ArrayList[iter] as ProfileInfo;