3 writes to TargetArchitecture
vstest.console (3)
Processors\CLIRunSettingsArgumentProcessor.cs (1)
237_commandLineOptions.TargetArchitecture = architecture;
Processors\PlatformArgumentProcessor.cs (1)
123_commandLineOptions.TargetArchitecture = platform;
Processors\RunSettingsArgumentProcessor.cs (1)
148_commandLineOptions.TargetArchitecture = architecture;
2 references to TargetArchitecture
vstest.console (2)
Processors\PlatformArgumentProcessor.cs (1)
132EqtTrace.Info("Using platform:{0}", _commandLineOptions.TargetArchitecture);
TestPlatformHelpers\TestRequestManager.cs (1)
1378chosenPlatform = _commandLineOptions.TargetArchitecture;