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