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