Base:
1 override of ConstructorArguments
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingCustomAttributeData.cs (1)
28public override IList<CustomAttributeTypedArgument> ConstructorArguments
1 reference to ConstructorArguments
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingCustomAttributeData.cs (1)
30get { return _projector.Project(base.ConstructorArguments, _projector.ProjectTypedArgument); }