1 write to _commandLineOptions
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (1)
116_commandLineOptions = options ?? throw new ArgumentNullException(nameof(options));
6 references to _commandLineOptions
vstest.console.arm64 (6)
src\vstest\src\vstest.console\Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (6)
183if (!_commandLineOptions.TestAdapterPathsSet && strategy.HasFlag(TestAdapterLoadingStrategy.Explicit)) 193if (_commandLineOptions.InIsolation) 202_commandLineOptions.InIsolation = true; 208var testAdapterPaths = _commandLineOptions.TestAdapterPath ?? []; 209if (!_commandLineOptions.TestAdapterPathsSet) 234_commandLineOptions.TestAdapterLoadingStrategy = strategy;