1 instantiation of IsolatedComponentLoadContext
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\ComponentActivator.cs (1)
294
alc = new
IsolatedComponentLoadContext
(assemblyPath);
5 references to IsolatedComponentLoadContext
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\ComponentActivator.cs (4)
24
private static readonly Dictionary<string,
IsolatedComponentLoadContext
> s_assemblyLoadContexts = new Dictionary<string,
IsolatedComponentLoadContext
>(StringComparer.InvariantCulture);
286
private static
IsolatedComponentLoadContext
GetIsolatedComponentLoadContext(string assemblyPath)
288
IsolatedComponentLoadContext
? 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