1 override of ProjectTypedArgument
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.Projector.cs (1)
261
public override CustomAttributeTypedArgument
ProjectTypedArgument
(CustomAttributeTypedArgument value)
1 reference to ProjectTypedArgument
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingCustomAttributeData.cs (1)
30
get { return _projector.Project(base.ConstructorArguments, _projector.
ProjectTypedArgument
); }