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