5 references to CustomAttributeNamedArgument
System.Private.CoreLib (1)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
476
namedArgs[j++] = new
CustomAttributeNamedArgument
(
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.Projector.cs (1)
273
return new
CustomAttributeNamedArgument
(member, typedArgument);
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\CustomAttributes\CustomAttributeHelpers.cs (2)
23
return new
CustomAttributeNamedArgument
(match, new CustomAttributeTypedArgument(argumentType!, value));
79
return new
CustomAttributeNamedArgument
(can.MemberInfo, can.TypedValue.CloneForApiReturn());
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeHelpers.cs (1)
170
return new
CustomAttributeNamedArgument
(member!, ToApiForm(cang.Type, cang.Value));