6 references to InternalLoad
System.Private.CoreLib (6)
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)
355=> InternalLoad(new AssemblyName(assemblyName), ref stackMark, assemblyLoadContext); 666RuntimeAssembly? retAssembly = InternalLoad(an, ref unused, requestingAssembly: runtimeAssembly, throwOnFileNotFound: throwOnFileNotFound);
src\System\Reflection\TypeNameResolver.CoreCLR.cs (1)
187assembly = RuntimeAssembly.InternalLoad(assemblyName, ref Unsafe.NullRef<StackCrawlMark>(),