2 writes to _lazyNamedArguments
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\CustomAttributes\RoPseudoCustomAttributeData.cs (2)
29
_lazyNamedArguments
= namedArguments ?? Array.Empty<CustomAttributeNamedArgument>();
45
_lazyNamedArguments
= ca.NamedArguments;
1 reference to _lazyNamedArguments
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\RoPseudoCustomAttributeData.cs (1)
36
private IList<CustomAttributeNamedArgument> GetLatchedNamedArguments() =>
_lazyNamedArguments
?? LazilyComputeArguments().NamedArguments;