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