3 instantiations of TestSourceException
vstest.console.arm64 (3)
src\vstest\src\vstest.console\CommandLine\CommandLineOptions.cs (2)
274throw new TestSourceException(CommandLineResources.CannotBeNullOrEmpty); 287throw 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)
285catch (TestSourceException ex) when (source.StartsWith("-") || source.StartsWith("/"))
src\vstest\src\vstest.console\CommandLine\Executor.cs (1)
294else if (ex is TestSourceException)