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