Base:
1 override of GetCustomAttributes
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
68public override object[] GetCustomAttributes(Type attributeType, bool inherit)
1 reference to GetCustomAttributes
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
72return base.GetCustomAttributes(attributeType, inherit);