1 write to _list
mscorlib (1)
system\collections\arraylist.cs (1)
1851_list = l;
8 references to _list
mscorlib (8)
system\collections\arraylist.cs (8)
1855get { return _list.Count; } 1867get { return _list.IsSynchronized; } 1872return _list[index]; 1880get { return _list.SyncRoot; } 1892return _list.Contains(obj); 1896_list.CopyTo(array, index); 1900return _list.GetEnumerator(); 1904return _list.IndexOf(value);