1 override of ProjectCustomAttributeData
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.Projector.cs (1)
199public override CustomAttributeData? ProjectCustomAttributeData(CustomAttributeData? value)
9 references to ProjectCustomAttributeData
System.Reflection.Context (9)
System\Reflection\Context\Projection\ProjectingAssembly.cs (1)
39return Projector.Project(base.GetCustomAttributesData(), Projector.ProjectCustomAttributeData);
System\Reflection\Context\Projection\ProjectingConstructorInfo.cs (1)
47return Projector.Project(base.GetCustomAttributesData(), Projector.ProjectCustomAttributeData);
System\Reflection\Context\Projection\ProjectingEventInfo.cs (1)
72return Projector.Project(base.GetCustomAttributesData(), Projector.ProjectCustomAttributeData);
System\Reflection\Context\Projection\ProjectingFieldInfo.cs (1)
53return Projector.Project(base.GetCustomAttributesData(), Projector.ProjectCustomAttributeData);
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
77return Projector.Project(base.GetCustomAttributesData(), Projector.ProjectCustomAttributeData);
System\Reflection\Context\Projection\ProjectingModule.cs (1)
38return Projector.Project(base.GetCustomAttributesData(), Projector.ProjectCustomAttributeData);
System\Reflection\Context\Projection\ProjectingParameterInfo.cs (1)
43return Projector.Project(base.GetCustomAttributesData(), Projector.ProjectCustomAttributeData);
System\Reflection\Context\Projection\ProjectingPropertyInfo.cs (1)
73return Projector.Project(base.GetCustomAttributesData(), Projector.ProjectCustomAttributeData);
System\Reflection\Context\Projection\ProjectingType.cs (1)
78return _projector.Project(base.GetCustomAttributesData(), _projector.ProjectCustomAttributeData);