Base:
2 overrides of GetHashCode
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Types\RoFunctionPointerType.cs (1)
104public sealed override int GetHashCode()
System\Reflection\TypeLoading\Types\RoModifiedType.cs (1)
117public override int GetHashCode() => throw new NotSupportedException(SR.NotSupported_ModifiedType);
3 references to GetHashCode
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Types\RoArrayType.Key.cs (1)
37public override int GetHashCode() => ElementType.GetHashCode() ^ Rank.GetHashCode();
System\Reflection\TypeLoading\Types\RoConstructedGenericType.Key.cs (2)
53int hashCode = GenericTypeDefinition.GetHashCode(); 59argType.GetHashCode();