1 write to _assemblyQualifiedName
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeName.cs (1)
79=> _assemblyQualifiedName ??= AssemblyName is null ? FullName : $"{FullName}, {AssemblyName.FullName}";