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