2 references to Load
System.Private.CoreLib (2)
System\Reflection\Assembly.NativeAot.cs (1)
27public static Assembly Load(AssemblyName assemblyRef) => ReflectionAugments.Load(assemblyRef, throwOnFileNotFound: true);
System\Reflection\RuntimeAssembly.cs (1)
24Assembly? retAssembly = ReflectionAugments.Load(an, throwOnFileNotFound);