1 write to list
mscorlib (1)
system\collections\arraylist.cs (1)
2553
this.
list
= list;
8 references to list
mscorlib (8)
system\collections\arraylist.cs (8)
2565
if (version !=
list
._version) {
2570
if (index <
list
._size - 1) {
2571
currentElement =
list
._items[++index];
2576
index =
list
._size;
2581
if (index <
list
.Count - 1) {
2582
currentElement =
list
[++index];
2586
index =
list
.Count;
2610
if (version !=
list
._version) {