5 references to TestAdapterPathsSet
vstest.console (5)
Processors\RunSpecificTestsArgumentProcessor.cs (2)
269if (!_commandLineOptions.TestAdapterPathsSet) 376if (!testsFoundInAnySource && !_commandLineOptions.TestAdapterPathsSet && _commandLineOptions.TestCaseFilterValue == null)
Processors\RunTestsArgumentProcessor.cs (1)
236if (!testsFoundInAnySource && !_commandLineOptions.TestAdapterPathsSet && _commandLineOptions.TestCaseFilterValue == null)
Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (2)
183if (!_commandLineOptions.TestAdapterPathsSet && strategy.HasFlag(TestAdapterLoadingStrategy.Explicit)) 209if (!_commandLineOptions.TestAdapterPathsSet)