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