1 write to Loader
Microsoft.CodeAnalysis.Scripting (1)
Hosting\AssemblyLoader\AssemblyLoaderImpl.cs (1)
21
Loader
= loader;
2 references to Loader
Microsoft.CodeAnalysis.Scripting (2)
Hosting\AssemblyLoader\CoreAssemblyLoaderImpl.cs (2)
22
_inMemoryAssemblyContext = new LoadContext(
Loader
, null);
35
var assembly = new LoadContext(
Loader
, Path.GetDirectoryName(path)).LoadFromAssemblyPath(path);