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)
35private IList<CustomAttributeTypedArgument> GetLatchedFixedArguments() => _lazyFixedArguments ?? LazilyComputeArguments().FixedArguments;