1 write to _hashCode
System.Windows.Forms (1)
misc\WeakHashtable.cs (1)
183
_hashCode
= o.GetHashCode();
2 references to _hashCode
System.Windows.Forms (2)
misc\WeakHashtable.cs (2)
193
if (o.GetHashCode() !=
_hashCode
)
208
return
_hashCode
;