Base:
7 references to DeclaringType
System.Reflection.MetadataLoadContext (7)
System\Reflection\TypeLoading\Constructors\RoConstructor.cs (1)
22
public sealed override Type ReflectedType =>
DeclaringType
;
System\Reflection\TypeLoading\Constructors\RoDefinitionConstructor.cs (3)
46
if (
DeclaringType
!= other.
DeclaringType
)
56
public sealed override int GetHashCode() => MetadataToken.GetHashCode() ^
DeclaringType
.GetHashCode();
System\Reflection\TypeLoading\Constructors\RoSyntheticConstructor.cs (3)
71
if (
DeclaringType
!= other.
DeclaringType
)
80
public sealed override int GetHashCode() =>
DeclaringType
.GetHashCode() ^ _uniquifier.GetHashCode();