Base:
method
GetHashCode
System.ValueType.GetHashCode()
3 references to GetHashCode
System.Private.CoreLib (3)
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeGenericParameterTypeInfoForTypes.UnificationKey.cs (1)
53
return TypeDefinitionHandle.
GetHashCode
();
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
162
return _typeDefinitionHandle.
GetHashCode
();
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.UnificationKey.cs (1)
64
return TypeDefinitionHandle.
GetHashCode
();