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