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