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)
118
if (_commandLineOptions.
TargetFrameworkVersion
!= Framework.DefaultFramework
127
_commandLineOptions.
TargetFrameworkVersion
.ToString(),
136
EqtTrace.Info("Using .Net Framework version:{0}", _commandLineOptions.
TargetFrameworkVersion
);
parent\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
1225
chosenFramework = _commandLineOptions.
TargetFrameworkVersion
;