Base:
2 overrides of NamedArguments
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeData.cs (1)
37public sealed override IList<CustomAttributeNamedArgument> NamedArguments
System\Reflection\TypeLoading\CustomAttributes\RoPseudoCustomAttributeData.cs (1)
33public sealed override IList<CustomAttributeNamedArgument> NamedArguments => GetLatchedNamedArguments().CloneForApiReturn();