Base:
1 override of GetCustomAttributesData
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
75public override IList<CustomAttributeData> GetCustomAttributesData()
1 reference to GetCustomAttributesData
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
77return Projector.Project(base.GetCustomAttributesData(), Projector.ProjectCustomAttributeData);