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