5 writes to index
mscorlib (5)
system\collections\generic\dictionary.cs (5)
1118index = 0; 1133index++; 1136index++; 1138index = dictionary.count + 1; 1163index = 0;
5 references to index
mscorlib (5)
system\collections\generic\dictionary.cs (5)
1130while ((uint)index < (uint)dictionary.count) { 1131if (dictionary.entries[index].hashCode >= 0) { 1132currentValue = dictionary.entries[index].value; 1151if( index == 0 || (index == dictionary.count + 1)) {