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