Base:
2 overrides of GetHashCode
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Constructors\RoDefinitionConstructor.cs (1)
56
public sealed override int
GetHashCode
() => MetadataToken.GetHashCode() ^ DeclaringType.GetHashCode();
System\Reflection\TypeLoading\Constructors\RoSyntheticConstructor.cs (1)
80
public sealed override int
GetHashCode
() => DeclaringType.GetHashCode() ^ _uniquifier.GetHashCode();