1 write to _commandLineOptions
vstest.console.arm64 (1)
parent\vstest.console\Processors\RunSettingsArgumentProcessor.cs (1)
88
_commandLineOptions
= commandLineOptions;
5 references to _commandLineOptions
vstest.console.arm64 (5)
parent\vstest.console\Processors\RunSettingsArgumentProcessor.cs (5)
125
_commandLineOptions
.SettingsFile = argument;
129
_commandLineOptions
.InIsolation = true;
136
_commandLineOptions
.TestCaseFilterValue = testCaseFilter;
153
_commandLineOptions
.TargetFrameworkVersion = framework;
160
_commandLineOptions
.TargetArchitecture = architecture;