Base:
1 override of NamedArguments
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingCustomAttributeData.cs (1)
33
public override IList<CustomAttributeNamedArgument>
NamedArguments
1 reference to NamedArguments
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingCustomAttributeData.cs (1)
35
get { return _projector.Project(base.
NamedArguments
, _projector.ProjectNamedArgument); }