1 write to _commandLineOptions
vstest.console (1)
Processors\FrameworkArgumentProcessor.cs (1)
88
_commandLineOptions
= options;
6 references to _commandLineOptions
vstest.console (6)
Processors\FrameworkArgumentProcessor.cs (6)
107
_commandLineOptions
.TargetFrameworkVersion = validFramework ?? throw new CommandLineException(
110
if (
_commandLineOptions
.TargetFrameworkVersion != Framework.DefaultFramework
111
&& !StringUtils.IsNullOrWhiteSpace(
_commandLineOptions
.SettingsFile)
112
&& MSTestSettingsUtilities.IsLegacyTestSettingsFile(
_commandLineOptions
.SettingsFile))
119
_commandLineOptions
.TargetFrameworkVersion.ToString(),
128
EqtTrace.Info("Using .Net Framework version:{0}",
_commandLineOptions
.TargetFrameworkVersion);