1 write to _lazyFullName
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (1)
41
public sealed override string FullName =>
_lazyFullName
??= GetName().FullName;