2 references to IndividualAssemblyLoadContext
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (2)
267AssemblyLoadContext alc = new IndividualAssemblyLoadContext("Assembly.Load(byte[], ...)"); 295AssemblyLoadContext alc = new IndividualAssemblyLoadContext($"Assembly.LoadFile({normalizedPath})");