1 write to _hashCode
PresentationFramework (1)
MS\Internal\WeakObjectHashtable.cs (1)
202
_hashCode
= o.GetHashCode();
2 references to _hashCode
PresentationFramework (2)
MS\Internal\WeakObjectHashtable.cs (2)
222
if (o.GetHashCode() !=
_hashCode
)
237
return
_hashCode
;