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