20 references to X86
datacollector (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
46PlatformArchitecture.X86 => "procdump.exe",
datacollector.arm64 (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
46PlatformArchitecture.X86 => "procdump.exe",
Microsoft.TestPlatform.CoreUtilities (4)
Helpers\DotnetHostHelper.cs (4)
175targetArchitecture == PlatformArchitecture.X86 && _environment.OperatingSystem == PlatformOperatingSystem.Windows) 263targetArchitecture == PlatformArchitecture.X86) 397return PlatformArchitecture.X86; 437MacOsCpuType.X86Magic or MacOsCpuType.X86Cigam => PlatformArchitecture.X86,
Microsoft.TestPlatform.Extensions.BlameDataCollector (2)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
46PlatformArchitecture.X86 => "procdump.exe",
WindowsHangDumper.cs (1)
131PlatformArchitecture.X86 => "DumpMinitool.x86.exe",
Microsoft.TestPlatform.PlatformAbstractions (5)
net462\System\ProcessHelper.cs (3)
76return PlatformArchitecture.X86; 111return PlatformArchitecture.X86; 126return isWow64 ? PlatformArchitecture.X86 : PlatformArchitecture.X64;
netcore\System\PlatformEnvironment.cs (1)
23System.Runtime.InteropServices.Architecture.X86 => PlatformArchitecture.X86,
netcore\System\ProcessHelper.cs (1)
36Architecture.X86 => PlatformArchitecture.X86,
Microsoft.TestPlatform.TestHostRuntimeProvider (3)
Hosting\DefaultTestHostManager.cs (1)
290PlatformArchitecture.X86 => Architecture.X86,
Hosting\DotnetTestHostManager.cs (2)
645return PlatformArchitecture.X86; 672Architecture.X86 => platformAchitecture == PlatformArchitecture.X86,
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Utilities\XmlRunSettingsUtilities.cs (1)
35PlatformArchitecture.X86 => Architecture.X86,
testhost (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
46PlatformArchitecture.X86 => "procdump.exe",
testhost.arm64 (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
46PlatformArchitecture.X86 => "procdump.exe",
testhost.x86 (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
46PlatformArchitecture.X86 => "procdump.exe",