2 instantiations of ExecutionException
Microsoft.CodeAnalysis.Test.Utilities (2)
Platform\Desktop\DesktopRuntimeEnvironment.cs (2)
260throw new ExecutionException(expectedOutput, output, moduleName); 274throw new ExecutionException(tie.InnerException, dumpDir);
1 reference to ExecutionException
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CSharpTestBase.cs (1)
1561catch (ExecutionException x)