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