2 writes to _lastHashCount
PresentationFramework (2)
MS\Internal\WeakHashtable.cs (2)
87
_lastHashCount
= hashCount;
131
_lastHashCount
= hashCount;
3 references to _lastHashCount
PresentationFramework (3)
MS\Internal\WeakHashtable.cs (3)
85
if (
_lastHashCount
== 0)
100
float hashDelta = (float)(hashCount -
_lastHashCount
) / (float)
_lastHashCount
;