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