1 write to _hashCode
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\WeakKeyDictionary.cs (1)
285
_hashCode
= key.GetHashCode();
2 references to _hashCode
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Model\WeakKeyDictionary.cs (2)
297
return
_hashCode
;
306
if (obj.GetHashCode() !=
_hashCode
)