1 write to _commandLineOptions
vstest.console (1)
Processors\RunSettingsArgumentProcessor.cs (1)
77
_commandLineOptions
= commandLineOptions;
5 references to _commandLineOptions
vstest.console (5)
Processors\RunSettingsArgumentProcessor.cs (5)
113
_commandLineOptions
.SettingsFile = argument;
117
_commandLineOptions
.InIsolation = true;
124
_commandLineOptions
.TestCaseFilterValue = testCaseFilter;
141
_commandLineOptions
.TargetFrameworkVersion = framework;
148
_commandLineOptions
.TargetArchitecture = architecture;