2 writes to _lastHashCount
PresentationFramework (2)
MS\Internal\WeakObjectHashtable.cs (2)
85
_lastHashCount
= hashCount;
129
_lastHashCount
= hashCount;
2 references to _lastHashCount
PresentationFramework (2)
MS\Internal\WeakObjectHashtable.cs (2)
83
if (
_lastHashCount
== 0)
98
long hashDelta = hashCount -
_lastHashCount
;