1 write to _hashCode
PresentationFramework (1)
MS\Internal\WeakObjectHashtable.cs (1)
203
_hashCode
= o.GetHashCode();
2 references to _hashCode
PresentationFramework (2)
MS\Internal\WeakObjectHashtable.cs (2)
223
if (o.GetHashCode() !=
_hashCode
)
238
return
_hashCode
;