8 references to ARM
Microsoft.TestPlatform.CoreUtilities (1)
Helpers\DotnetHostHelper.cs (1)
395return PlatformArchitecture.ARM;
Microsoft.TestPlatform.PlatformAbstractions (3)
common\System\ProcessHelper.cs (1)
322return osArchitecture is PlatformArchitecture.ARM or PlatformArchitecture.ARM64
netcore\System\PlatformEnvironment.cs (1)
25System.Runtime.InteropServices.Architecture.Arm => PlatformArchitecture.ARM,
netcore\System\ProcessHelper.cs (1)
38Architecture.Arm => PlatformArchitecture.ARM,
Microsoft.TestPlatform.TestHostRuntimeProvider (3)
Hosting\DefaultTestHostManager.cs (1)
292PlatformArchitecture.ARM => Architecture.ARM,
Hosting\DotnetTestHostManager.cs (2)
649return PlatformArchitecture.ARM; 674Architecture.ARM => platformAchitecture == PlatformArchitecture.ARM,
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Utilities\XmlRunSettingsUtilities.cs (1)
37PlatformArchitecture.ARM => Architecture.ARM,