5 writes to index
mscorlib (5)
system\collections\generic\dictionary.cs (5)
711index = 0; 726index++; 729index++; 732index = dictionary.count + 1; 763index = 0;
12 references to index
mscorlib (12)
system\collections\generic\dictionary.cs (12)
723while ((uint)index < (uint)dictionary.count) { 724if (dictionary.entries[index].hashCode >= 0) { 725current = new KeyValuePair<TKey, TValue>(dictionary.entries[index].key, dictionary.entries[index].value); 746if( index == 0 || (index == dictionary.count + 1)) { 769if( index == 0 || (index == dictionary.count + 1)) { 779if( index == 0 || (index == dictionary.count + 1)) { 789if( index == 0 || (index == dictionary.count + 1)) {