Base:
1 override of AssemblyQualifiedName
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoFunctionPointerType.cs (1)
101public sealed override string? AssemblyQualifiedName => null;
1 reference to AssemblyQualifiedName
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoConstructedGenericType.cs (1)
81fullName.Append(_genericTypeArguments[i].AssemblyQualifiedName);