Base:
1 override of IsDefined
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingConstructorInfo.cs (1)
50
public override bool
IsDefined
(Type attributeType, bool inherit)
1 reference to IsDefined
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingConstructorInfo.cs (1)
54
return base.
IsDefined
(attributeType, inherit);