5 references to S390x
Microsoft.TestPlatform.PlatformAbstractions (2)
netcore\System\PlatformEnvironment.cs (1)
30(Architecture)5 => PlatformArchitecture.S390x,
netcore\System\ProcessHelper.cs (1)
43(Architecture)5 => PlatformArchitecture.S390x,
Microsoft.TestPlatform.TestHostRuntimeProvider (3)
Hosting\DefaultTestHostManager.cs (1)
287PlatformArchitecture.S390x => Architecture.S390x,
Hosting\DotnetTestHostManager.cs (2)
671return PlatformArchitecture.S390x; 694Architecture.S390x => platformAchitecture == PlatformArchitecture.S390x,