5 references to InternalLoad
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Activator.RuntimeType.cs (1)
125assembly = RuntimeAssembly.InternalLoad(assemblyName, ref stackMark, AssemblyLoadContext.CurrentContextualReflectionContext);
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (1)
327return RuntimeAssembly.InternalLoad(assemblyName, ref stackMark, this);
src\System\Reflection\Assembly.CoreCLR.cs (1)
53return RuntimeAssembly.InternalLoad(assemblyRef, ref stackMark, AssemblyLoadContext.CurrentContextualReflectionContext);
src\System\Reflection\RuntimeAssembly.cs (2)
358=> InternalLoad(new AssemblyName(assemblyName), ref stackMark, assemblyLoadContext); 669RuntimeAssembly? retAssembly = InternalLoad(an, ref unused, requestingAssembly: runtimeAssembly, throwOnFileNotFound: throwOnFileNotFound);