1 implementation of TryGetDotnetPathByArchitecture
Microsoft.TestPlatform.CoreUtilities (1)
Helpers\DotnetHostHelper.cs (1)
128
public bool
TryGetDotnetPathByArchitecture
(
1 reference to TryGetDotnetPathByArchitecture
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\DotnetTestHostManager.cs (1)
499
if (!_dotnetHostHelper.
TryGetDotnetPathByArchitecture
(finalTargetArchitecture, muxerResolutionStrategy, out string? muxerPath))