2 instantiations of InteractiveAssemblyLoaderException
Microsoft.CodeAnalysis.Scripting (2)
Hosting\AssemblyLoader\InteractiveAssemblyLoader.cs (2)
295
throw new
InteractiveAssemblyLoaderException
(
308
throw new
InteractiveAssemblyLoaderException
(
1 reference to InteractiveAssemblyLoaderException
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
348
if (e is FileLoadException && e.InnerException is
InteractiveAssemblyLoaderException
)