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