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)
223if (o.GetHashCode() != _hashCode) 238return _hashCode;