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)
175
if (!
_commandLineOptions
.TestAdapterPathsSet && strategy.HasFlag(TestAdapterLoadingStrategy.Explicit))
185
if (
_commandLineOptions
.InIsolation)
194
_commandLineOptions
.InIsolation = true;
200
var testAdapterPaths =
_commandLineOptions
.TestAdapterPath ?? [];
201
if (!
_commandLineOptions
.TestAdapterPathsSet)
226
_commandLineOptions
.TestAdapterLoadingStrategy = strategy;