23 references to ARM64
datacollector (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
47PlatformArchitecture.ARM64 => "procdump64a.exe",
datacollector.arm64 (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
47PlatformArchitecture.ARM64 => "procdump64a.exe",
Microsoft.TestPlatform.CoreUtilities (5)
Helpers\DotnetHostHelper.cs (5)
262if ((_environment.Architecture == PlatformArchitecture.X64 || _environment.Architecture == PlatformArchitecture.ARM64) && 270muxerPath = _environment.Architecture == PlatformArchitecture.ARM64 && targetArchitecture == PlatformArchitecture.X64 280muxerPath = _environment.Architecture == PlatformArchitecture.ARM64 && targetArchitecture == PlatformArchitecture.X64 393return PlatformArchitecture.ARM64; 435MacOsCpuType.Arm64Magic or MacOsCpuType.Arm64Cigam => PlatformArchitecture.ARM64,
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\DefaultDataCollectionLauncher.cs (1)
62string dataCollectorProcessName = _processHelper.GetCurrentProcessArchitecture() == PlatformArchitecture.ARM64
Microsoft.TestPlatform.Extensions.BlameDataCollector (2)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
47PlatformArchitecture.ARM64 => "procdump64a.exe",
WindowsHangDumper.cs (1)
133PlatformArchitecture.ARM64 => "DumpMinitool.arm64.exe",
Microsoft.TestPlatform.PlatformAbstractions (4)
common\System\ProcessHelper.cs (1)
322return osArchitecture is PlatformArchitecture.ARM or PlatformArchitecture.ARM64
net462\System\ProcessHelper.cs (1)
86return PlatformArchitecture.ARM64;
netcore\System\PlatformEnvironment.cs (1)
26System.Runtime.InteropServices.Architecture.Arm64 => PlatformArchitecture.ARM64,
netcore\System\ProcessHelper.cs (1)
39Architecture.Arm64 => PlatformArchitecture.ARM64,
Microsoft.TestPlatform.TestHostRuntimeProvider (5)
Hosting\DefaultTestHostManager.cs (1)
293PlatformArchitecture.ARM64 => Architecture.ARM64,
Hosting\DotnetTestHostManager.cs (4)
651return PlatformArchitecture.ARM64; 675Architecture.ARM64 => platformAchitecture == PlatformArchitecture.ARM64, 690_platformEnvironment.Architecture == PlatformArchitecture.ARM64 && 698_platformEnvironment.Architecture == PlatformArchitecture.ARM64 &&
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Utilities\XmlRunSettingsUtilities.cs (1)
36PlatformArchitecture.ARM64 => Architecture.ARM64,
testhost (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
47PlatformArchitecture.ARM64 => "procdump64a.exe",
testhost.arm64 (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
47PlatformArchitecture.ARM64 => "procdump64a.exe",
testhost.x86 (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
47PlatformArchitecture.ARM64 => "procdump64a.exe",