3 writes to TargetArchitecture
vstest.console.arm64 (3)
parent\vstest.console\Processors\CLIRunSettingsArgumentProcessor.cs (1)
249_commandLineOptions.TargetArchitecture = architecture;
parent\vstest.console\Processors\PlatformArgumentProcessor.cs (1)
138_commandLineOptions.TargetArchitecture = platform;
parent\vstest.console\Processors\RunSettingsArgumentProcessor.cs (1)
160_commandLineOptions.TargetArchitecture = architecture;
2 references to TargetArchitecture
vstest.console.arm64 (2)
parent\vstest.console\Processors\PlatformArgumentProcessor.cs (1)
147EqtTrace.Info("Using platform:{0}", _commandLineOptions.TargetArchitecture);
parent\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
1262chosenPlatform = _commandLineOptions.TargetArchitecture;