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