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