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