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