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