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