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