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