5 references to RiscV64
Microsoft.TestPlatform.PlatformAbstractions (2)
netcore\System\PlatformEnvironment.cs (1)
33(Architecture)9 => PlatformArchitecture.RiscV64,
netcore\System\ProcessHelper.cs (1)
46(Architecture)9 => PlatformArchitecture.RiscV64,
Microsoft.TestPlatform.TestHostRuntimeProvider (3)
Hosting\DefaultTestHostManager.cs (1)
296PlatformArchitecture.RiscV64 => Architecture.RiscV64,
Hosting\DotnetTestHostManager.cs (2)
657return PlatformArchitecture.RiscV64; 678Architecture.RiscV64 => platformAchitecture == PlatformArchitecture.RiscV64,