Base:
3 references to DeclaringType
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Events\Ecma\EcmaEvent.cs (3)
48if (DeclaringType != other.DeclaringType) 57public sealed override int GetHashCode() => _handle.GetHashCode() ^ DeclaringType.GetHashCode();