1 write to _commandLineOptions
vstest.console (1)
Processors\FrameworkArgumentProcessor.cs (1)
96
_commandLineOptions
= options;
6 references to _commandLineOptions
vstest.console (6)
Processors\FrameworkArgumentProcessor.cs (6)
115
_commandLineOptions
.TargetFrameworkVersion = validFramework ?? throw new CommandLineException(
118
if (
_commandLineOptions
.TargetFrameworkVersion != Framework.DefaultFramework
119
&& !StringUtils.IsNullOrWhiteSpace(
_commandLineOptions
.SettingsFile)
120
&& MSTestSettingsUtilities.IsLegacyTestSettingsFile(
_commandLineOptions
.SettingsFile))
127
_commandLineOptions
.TargetFrameworkVersion.ToString(),
136
EqtTrace.Info("Using .Net Framework version:{0}",
_commandLineOptions
.TargetFrameworkVersion);