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