Base:
method
GetHashCode
System.Object.GetHashCode()
5 references to GetHashCode
System.AddIn (5)
System\Addin\Hosting\AddInToken.cs (5)
258
return unchecked(_hostAdapter.TypeInfo.
GetHashCode
() + _contract.TypeInfo.
GetHashCode
() +
259
_addinAdapter.TypeInfo.
GetHashCode
() + _addinBase.TypeInfo.
GetHashCode
() +
260
_addin.TypeInfo.
GetHashCode
());