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