2 references to AssemblyAndLocation
Microsoft.CodeAnalysis.Scripting (2)
Hosting\AssemblyLoader\CoreAssemblyLoaderImpl.cs (1)
37
return new
AssemblyAndLocation
(assembly, path, fromGac: false);
Hosting\AssemblyLoader\DesktopAssemblyLoaderImpl.cs (1)
57
return new
AssemblyAndLocation
(assembly, location, fromGac);