5 references to Ppc64le
Microsoft.TestPlatform.PlatformAbstractions (2)
netcore\System\PlatformEnvironment.cs (1)
32(Architecture)8 => PlatformArchitecture.Ppc64le,
netcore\System\ProcessHelper.cs (1)
45(Architecture)8 => PlatformArchitecture.Ppc64le,
Microsoft.TestPlatform.TestHostRuntimeProvider (3)
Hosting\DefaultTestHostManager.cs (1)
295PlatformArchitecture.Ppc64le => Architecture.Ppc64le,
Hosting\DotnetTestHostManager.cs (2)
655return PlatformArchitecture.Ppc64le; 677Architecture.Ppc64le => platformAchitecture == PlatformArchitecture.Ppc64le,