18 references to X64
Microsoft.TestPlatform.CoreUtilities (6)
Helpers\DotnetHostHelper.cs (6)
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 389return PlatformArchitecture.X64; 391return PlatformArchitecture.X64; 436MacOsCpuType.X64Magic or MacOsCpuType.X64Cigam => PlatformArchitecture.X64,
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
WindowsHangDumper.cs (1)
132PlatformArchitecture.X64 => "DumpMinitool.exe",
Microsoft.TestPlatform.PlatformAbstractions (6)
net462\System\ProcessHelper.cs (4)
90return PlatformArchitecture.X64; 95return PlatformArchitecture.X64; 126return isWow64 ? PlatformArchitecture.X86 : PlatformArchitecture.X64; 131return PlatformArchitecture.X64;
netcore\System\PlatformEnvironment.cs (1)
24System.Runtime.InteropServices.Architecture.X64 => PlatformArchitecture.X64,
netcore\System\ProcessHelper.cs (1)
37Architecture.X64 => PlatformArchitecture.X64,
Microsoft.TestPlatform.TestHostRuntimeProvider (4)
Hosting\DefaultTestHostManager.cs (1)
291PlatformArchitecture.X64 => Architecture.X64,
Hosting\DotnetTestHostManager.cs (3)
498PlatformArchitecture finalTargetArchitecture = forceToX64 ? PlatformArchitecture.X64 : targetArchitecture; 647return PlatformArchitecture.X64; 673Architecture.X64 => platformAchitecture == PlatformArchitecture.X64,
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Utilities\XmlRunSettingsUtilities.cs (1)
34PlatformArchitecture.X64 => Architecture.X64,