2 references to InternalLoad
System.Private.CoreLib (2)
src\System\Reflection\Assembly.CoreCLR.cs (2)
22
return RuntimeAssembly.
InternalLoad
(assemblyString, ref stackMark, AssemblyLoadContext.CurrentContextualReflectionContext);
37
return RuntimeAssembly.
InternalLoad
(partialName, ref stackMark, AssemblyLoadContext.CurrentContextualReflectionContext);