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