3 writes to TargetFrameworkVersion
vstest.console.arm64 (3)
parent\vstest.console\Processors\CLIRunSettingsArgumentProcessor.cs (1)
239_commandLineOptions.TargetFrameworkVersion = framework;
parent\vstest.console\Processors\FrameworkArgumentProcessor.cs (1)
115_commandLineOptions.TargetFrameworkVersion = validFramework ?? throw new CommandLineException(
parent\vstest.console\Processors\RunSettingsArgumentProcessor.cs (1)
153_commandLineOptions.TargetFrameworkVersion = framework;
5 references to TargetFrameworkVersion
vstest.console.arm64 (5)
parent\vstest.console\CommandLine\CommandLineOptions.cs (1)
235[MemberNotNullWhen(true, nameof(TargetFrameworkVersion))]
parent\vstest.console\Processors\FrameworkArgumentProcessor.cs (3)
118if (_commandLineOptions.TargetFrameworkVersion != Framework.DefaultFramework 127_commandLineOptions.TargetFrameworkVersion.ToString(), 136EqtTrace.Info("Using .Net Framework version:{0}", _commandLineOptions.TargetFrameworkVersion);
parent\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
1225chosenFramework = _commandLineOptions.TargetFrameworkVersion;