1 implementation of GetProcessArchitecture
Microsoft.TestPlatform.PlatformAbstractions (1)
net462\System\ProcessHelper.cs (1)
52public PlatformArchitecture GetProcessArchitecture(int processId)
7 references to GetProcessArchitecture
datacollector (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
61var targetProcessArchitecture = _processHelper.GetProcessArchitecture(processId);
datacollector.arm64 (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
61var targetProcessArchitecture = _processHelper.GetProcessArchitecture(processId);
Microsoft.TestPlatform.Extensions.BlameDataCollector (2)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
61var targetProcessArchitecture = _processHelper.GetProcessArchitecture(processId);
WindowsHangDumper.cs (1)
120var targetProcessArchitecture = processHelper.GetProcessArchitecture(process.Id);
testhost (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
61var targetProcessArchitecture = _processHelper.GetProcessArchitecture(processId);
testhost.arm64 (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
61var targetProcessArchitecture = _processHelper.GetProcessArchitecture(processId);
testhost.x86 (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
61var targetProcessArchitecture = _processHelper.GetProcessArchitecture(processId);