2 instantiations of LoadContext
Microsoft.CodeAnalysis.Scripting (2)
Hosting\AssemblyLoader\CoreAssemblyLoaderImpl.cs (2)
20
_inMemoryAssemblyContext = new
LoadContext
(Loader, null);
33
var assembly = new
LoadContext
(Loader, Path.GetDirectoryName(path)).LoadFromAssemblyPath(path);
1 reference to LoadContext
Microsoft.CodeAnalysis.Scripting (1)
Hosting\AssemblyLoader\CoreAssemblyLoaderImpl.cs (1)
15
private readonly
LoadContext
_inMemoryAssemblyContext;