1 instantiation of IsolatedComponentLoadContext
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\ComponentActivator.cs (1)
294alc = new IsolatedComponentLoadContext(assemblyPath);
5 references to IsolatedComponentLoadContext
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\ComponentActivator.cs (4)
24private static readonly Dictionary<string, IsolatedComponentLoadContext> s_assemblyLoadContexts = new Dictionary<string, IsolatedComponentLoadContext>(StringComparer.InvariantCulture); 286private static IsolatedComponentLoadContext GetIsolatedComponentLoadContext(string assemblyPath) 288IsolatedComponentLoadContext? alc;
src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\IsolatedComponentLoadContext.cs (1)
13/// An <see cref="IsolatedComponentLoadContext" /> is an AssemblyLoadContext that can be used to isolate components such as COM components