2 writes to _lastHashCount
PresentationFramework (2)
MS\Internal\WeakObjectHashtable.cs (2)
86
_lastHashCount
= hashCount;
130
_lastHashCount
= hashCount;
2 references to _lastHashCount
PresentationFramework (2)
MS\Internal\WeakObjectHashtable.cs (2)
84
if (
_lastHashCount
== 0)
99
long hashDelta = hashCount -
_lastHashCount
;