3 instantiations of TestSourceException
vstest.console.arm64 (3)
src\vstest\src\vstest.console\CommandLine\CommandLineOptions.cs (2)
266throw new TestSourceException(CommandLineResources.CannotBeNullOrEmpty); 279throw new TestSourceException(
src\vstest\src\vstest.console\Internal\FilePatternParser.cs (1)
66throw new TestSourceException(
2 references to TestSourceException
vstest.console.arm64 (2)
src\vstest\src\vstest.console\CommandLine\CommandLineOptions.cs (1)
277catch (TestSourceException ex) when (source.StartsWith("-") || source.StartsWith("/"))
src\vstest\src\vstest.console\CommandLine\Executor.cs (1)
321else if (ex is TestSourceException)