Base:
3 references to DeclaringType
System.Reflection.Emit (3)
System\Reflection\Emit\ConstructorBuilderImpl.cs (1)
64public override Type DeclaringType => _methodBuilder.DeclaringType!;
System\Reflection\Emit\MethodBuilderImpl.cs (1)
254public override Type? ReflectedType => DeclaringType;
System\Reflection\Emit\TypeBuilderImpl.cs (1)
813throw new AmbiguousMatchException(SR.Format(SR.AmbiguousMatch_MemberInfo, method.DeclaringType, method.Name));