1 write to NamedArguments
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\CustomAttributeArguments.cs (1)
17
NamedArguments
= namedArguments;
2 references to NamedArguments
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\CustomAttributes\RoPseudoCustomAttributeData.cs (2)
36
private IList<CustomAttributeNamedArgument> GetLatchedNamedArguments() => _lazyNamedArguments ?? LazilyComputeArguments().
NamedArguments
;
45
_lazyNamedArguments = ca.
NamedArguments
;