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