2 writes to _lastHashCount
PresentationFramework (2)
src\Framework\MS\Internal\WeakHashtable.cs (2)
93
_lastHashCount
= hashCount;
137
_lastHashCount
= hashCount;
3 references to _lastHashCount
PresentationFramework (3)
src\Framework\MS\Internal\WeakHashtable.cs (3)
91
if (
_lastHashCount
== 0)
106
float hashDelta = (float)(hashCount -
_lastHashCount
) / (float)
_lastHashCount
;