1 write to _hashCode
PresentationFramework (1)
MS\Internal\WeakHashtable.cs (1)
194
_hashCode
= o.GetHashCode();
2 references to _hashCode
PresentationFramework (2)
MS\Internal\WeakHashtable.cs (2)
214
if (o.GetHashCode() !=
_hashCode
)
229
return
_hashCode
;