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