Base:
3 references to DeclaringType
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Properties\Ecma\EcmaProperty.cs (3)
47if (DeclaringType != other.DeclaringType) 56public sealed override int GetHashCode() => _handle.GetHashCode() ^ DeclaringType.GetHashCode();