5 references to TestAdapterPathsSet
vstest.console (5)
Processors\RunSpecificTestsArgumentProcessor.cs (2)
260if (!_commandLineOptions.TestAdapterPathsSet) 365if (!testsFoundInAnySource && !CommandLineOptions.Instance.TestAdapterPathsSet && _commandLineOptions.TestCaseFilterValue == null)
Processors\RunTestsArgumentProcessor.cs (1)
225if (!testsFoundInAnySource && !CommandLineOptions.Instance.TestAdapterPathsSet && _commandLineOptions.TestCaseFilterValue == null)
Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (2)
175if (!_commandLineOptions.TestAdapterPathsSet && strategy.HasFlag(TestAdapterLoadingStrategy.Explicit)) 201if (!_commandLineOptions.TestAdapterPathsSet)