4 writes to currentValue
mscorlib (4)
system\collections\generic\dictionary.cs (4)
1119currentValue = default(TValue); 1132currentValue = dictionary.entries[index].value; 1139currentValue = default(TValue); 1164currentValue = default(TValue);
2 references to currentValue
mscorlib (2)
system\collections\generic\dictionary.cs (2)
1145return currentValue; 1155return currentValue;