1 write to _hashCode
PresentationFramework (1)
src\Framework\MS\Internal\WeakHashtable.cs (1)
200
_hashCode
= o.GetHashCode();
2 references to _hashCode
PresentationFramework (2)
src\Framework\MS\Internal\WeakHashtable.cs (2)
220
if (o.GetHashCode() !=
_hashCode
)
235
return
_hashCode
;