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