1 write to _commandLineOptions
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (1)
108_commandLineOptions = options ?? throw new ArgumentNullException(nameof(options));
6 references to _commandLineOptions
vstest.console.arm64 (6)
src\vstest\src\vstest.console\Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (6)
175if (!_commandLineOptions.TestAdapterPathsSet && strategy.HasFlag(TestAdapterLoadingStrategy.Explicit)) 185if (_commandLineOptions.InIsolation) 194_commandLineOptions.InIsolation = true; 200var testAdapterPaths = _commandLineOptions.TestAdapterPath ?? []; 201if (!_commandLineOptions.TestAdapterPathsSet) 226_commandLineOptions.TestAdapterLoadingStrategy = strategy;