2 writes to _lastHashCount
PresentationFramework (2)
MS\Internal\WeakHashtable.cs (2)
88
_lastHashCount
= hashCount;
132
_lastHashCount
= hashCount;
3 references to _lastHashCount
PresentationFramework (3)
MS\Internal\WeakHashtable.cs (3)
86
if (
_lastHashCount
== 0)
101
float hashDelta = (float)(hashCount -
_lastHashCount
) / (float)
_lastHashCount
;