1 write to _commandLineOptions
vstest.console (1)
Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (1)
116_commandLineOptions = options ?? throw new ArgumentNullException(nameof(options));
6 references to _commandLineOptions
vstest.console (6)
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;