1 write to TargetPlatform
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
797runConfiguration.TargetPlatform = archType;
9 references to TargetPlatform
Microsoft.TestPlatform.CrossPlatEngine (2)
TestEngine.cs (2)
640(runConfiguration.TargetPlatform == ObjectModel.Constants.DefaultPlatform || runConfiguration.TargetPlatform == Architecture.AnyCPU) &&
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\DefaultTestHostManager.cs (1)
382_architecture = runConfiguration.TargetPlatform;
Hosting\DotnetTestHostManager.cs (1)
205_architecture = runConfiguration.TargetPlatform;
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
489targetPlatform.InnerXml = TargetPlatform.ToString();
vstest.console (2)
TestPlatformHelpers\TestRequestManager.cs (2)
861return runConfiguration.TargetPlatform; 1401runConfiguration.TargetPlatform.ToString());
vstest.console.arm64 (2)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (2)
861return runConfiguration.TargetPlatform; 1401runConfiguration.TargetPlatform.ToString());