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)
1597
get { return
_list
.Count; }
1601
get { return
_list
.IsReadOnly; }
1609
get { return
_list
.IsSynchronized; }
1614
return
_list
[index];
1617
_list
[index] = value;
1622
get { return
_list
.SyncRoot; }
1634
return
_list
.Contains(obj);
1638
_list
.CopyTo(array, index);
1642
return
_list
.GetEnumerator();
1646
return
_list
.IndexOf(value);