3 writes to TargetFrameworkVersion
vstest.console (3)
Processors\CLIRunSettingsArgumentProcessor.cs (1)
227
_commandLineOptions.
TargetFrameworkVersion
= framework;
Processors\FrameworkArgumentProcessor.cs (1)
107
_commandLineOptions.
TargetFrameworkVersion
= validFramework ?? throw new CommandLineException(
Processors\RunSettingsArgumentProcessor.cs (1)
141
_commandLineOptions.
TargetFrameworkVersion
= framework;
5 references to TargetFrameworkVersion
vstest.console (5)
CommandLine\CommandLineOptions.cs (1)
243
[MemberNotNullWhen(true, nameof(
TargetFrameworkVersion
))]
Processors\FrameworkArgumentProcessor.cs (3)
110
if (_commandLineOptions.
TargetFrameworkVersion
!= Framework.DefaultFramework
119
_commandLineOptions.
TargetFrameworkVersion
.ToString(),
128
EqtTrace.Info("Using .Net Framework version:{0}", _commandLineOptions.
TargetFrameworkVersion
);
TestPlatformHelpers\TestRequestManager.cs (1)
1341
chosenFramework = _commandLineOptions.
TargetFrameworkVersion
;