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