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