2 references to FullName
System.Reflection.MetadataLoadContext (2)
System\Reflection\MetadataLoadContext.Resolving.cs (1)
64return new RoExceptionAssembly(new FileNotFoundException(SR.Format(SR.FileNotFoundAssembly, refName.FullName)));
System\Reflection\TypeLoading\General\RoAssemblyName.cs (1)
71public sealed override string ToString() => FullName;