1 write to _list
mscorlib (1)
system\collections\arraylist.cs (1)
1593_list = l;
10 references to _list
mscorlib (10)
system\collections\arraylist.cs (10)
1597get { return _list.Count; } 1601get { return _list.IsReadOnly; } 1609get { return _list.IsSynchronized; } 1614return _list[index]; 1617_list[index] = value; 1622get { return _list.SyncRoot; } 1634return _list.Contains(obj); 1638_list.CopyTo(array, index); 1642return _list.GetEnumerator(); 1646return _list.IndexOf(value);