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