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