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( 118if (_commandLineOptions.TargetFrameworkVersion != Framework.DefaultFramework 119&& !StringUtils.IsNullOrWhiteSpace(_commandLineOptions.SettingsFile) 120&& MSTestSettingsUtilities.IsLegacyTestSettingsFile(_commandLineOptions.SettingsFile)) 127_commandLineOptions.TargetFrameworkVersion.ToString(), 136EqtTrace.Info("Using .Net Framework version:{0}", _commandLineOptions.TargetFrameworkVersion);