1 write to _lazyAttributeType
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\RoCustomAttributeData.cs (1)
15
public sealed override Type AttributeType =>
_lazyAttributeType
??= ComputeAttributeType()!;