Base:
method
GetHashCode
System.Object.GetHashCode()
5 overrides of GetHashCode
System.Private.CoreLib (5)
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeGenericParameterTypeInfo.cs (1)
52
public sealed override int
GetHashCode
()
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
160
public sealed override int
GetHashCode
()
System\Reflection\Runtime\TypeInfos\RuntimeConstructedGenericTypeInfo.cs (1)
170
public sealed override int
GetHashCode
()
System\Reflection\Runtime\TypeInfos\RuntimeFunctionPointerTypeInfo.cs (1)
106
public override int
GetHashCode
() => _key.GetHashCode();
System\Reflection\Runtime\TypeInfos\RuntimeHasElementTypeInfo.cs (1)
126
public sealed override int
GetHashCode
()
7 references to GetHashCode
System.Private.CoreLib (7)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
267
return _methodHandle.GetHashCode() ^ _contextTypeInfo.
GetHashCode
();
System\Reflection\Runtime\TypeInfos\RuntimeConstructedGenericTypeInfo.UnificationKey.cs (2)
66
int hashCode = GenericTypeDefinition.
GetHashCode
();
69
hashCode ^= GenericTypeArguments[i].
GetHashCode
();
System\Reflection\Runtime\TypeInfos\RuntimeFunctionPointerTypeInfo.UnificationKey.cs (2)
70
int hashCode = ReturnType.
GetHashCode
();
73
hashCode ^= ParameterTypes[i].
GetHashCode
();
System\Reflection\Runtime\TypeInfos\RuntimeHasElementTypeInfo.cs (1)
128
return _key.ElementType.
GetHashCode
();
System\Reflection\Runtime\TypeInfos\RuntimeHasElementTypeInfo.UnificationKey.cs (1)
57
return ElementType.
GetHashCode
();