4 writes to index
mscorlib (4)
system\collections\generic\list.cs (4)
1149
index
= 0;
1164
index
++;
1176
index
= list._size + 1;
1201
index
= 0;
4 references to index
mscorlib (4)
system\collections\generic\list.cs (4)
1161
if (version == localList._version && ((uint)
index
< (uint)localList._size))
1163
current = localList._items[
index
];
1189
if(
index
== 0 ||
index
== list._size + 1) {