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