5 writes to index
mscorlib (5)
system\collections\generic\dictionary.cs (5)
932index = 0; 947index++; 950index++; 953index = dictionary.count + 1; 979index = 0;
5 references to index
mscorlib (5)
system\collections\generic\dictionary.cs (5)
944while ((uint)index < (uint)dictionary.count) { 945if (dictionary.entries[index].hashCode >= 0) { 946currentKey = dictionary.entries[index].key; 966if( index == 0 || (index == dictionary.count + 1)) {