4 writes to currentKey
mscorlib (4)
system\collections\generic\dictionary.cs (4)
933
currentKey
= default(TKey);
946
currentKey
= dictionary.entries[index].key;
954
currentKey
= default(TKey);
980
currentKey
= default(TKey);
2 references to currentKey
mscorlib (2)
system\collections\generic\dictionary.cs (2)
960
return
currentKey
;
970
return
currentKey
;