21 references to X64
Microsoft.TestPlatform.CoreUtilities (6)
Helpers\DotnetHostHelper.cs (6)
262
if ((_environment.Architecture == PlatformArchitecture.
X64
|| _environment.Architecture == PlatformArchitecture.ARM64) &&
270
muxerPath = _environment.Architecture == PlatformArchitecture.ARM64 && targetArchitecture == PlatformArchitecture.
X64
280
muxerPath = _environment.Architecture == PlatformArchitecture.ARM64 && targetArchitecture == PlatformArchitecture.
X64
389
return PlatformArchitecture.
X64
;
391
return PlatformArchitecture.
X64
;
436
MacOsCpuType.X64Magic or MacOsCpuType.X64Cigam => PlatformArchitecture.
X64
,
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
WindowsHangDumper.cs (1)
132
PlatformArchitecture.
X64
=> "DumpMinitool.exe",
Microsoft.TestPlatform.PlatformAbstractions (6)
net462\System\ProcessHelper.cs (4)
90
return PlatformArchitecture.
X64
;
95
return PlatformArchitecture.
X64
;
126
return isWow64 ? PlatformArchitecture.X86 : PlatformArchitecture.
X64
;
131
return PlatformArchitecture.
X64
;
netcore\System\PlatformEnvironment.cs (1)
24
System.Runtime.InteropServices.Architecture.X64 => PlatformArchitecture.
X64
,
netcore\System\ProcessHelper.cs (1)
37
Architecture.X64 => PlatformArchitecture.
X64
,
Microsoft.TestPlatform.TestHostRuntimeProvider (5)
Hosting\DefaultTestHostManager.cs (1)
284
PlatformArchitecture.
X64
=> Architecture.X64,
Hosting\DotnetTestHostManager.cs (4)
519
PlatformArchitecture finalTargetArchitecture = forceToX64 ? PlatformArchitecture.
X64
: targetArchitecture;
667
return PlatformArchitecture.
X64
;
693
Architecture.X64 => platformAchitecture == PlatformArchitecture.
X64
,
804
Machine.Amd64 => PlatformArchitecture.
X64
,
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Utilities\XmlRunSettingsUtilities.cs (1)
34
PlatformArchitecture.
X64
=> Architecture.X64,
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
750
case PlatformArchitecture.
X64
:
vstest.console.arm64 (1)
parent\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
750
case PlatformArchitecture.
X64
: