2 writes to _lazyFixedArguments
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\CustomAttributes\RoPseudoCustomAttributeData.cs (2)
28
_lazyFixedArguments
= fixedArguments ?? Array.Empty<CustomAttributeTypedArgument>();
44
_lazyFixedArguments
= ca.FixedArguments;
1 reference to _lazyFixedArguments
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\RoPseudoCustomAttributeData.cs (1)
35
private IList<CustomAttributeTypedArgument> GetLatchedFixedArguments() =>
_lazyFixedArguments
?? LazilyComputeArguments().FixedArguments;