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