2 references to ResolveAppHostSourceDirectoryAsync
dotnet (1)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
225string appHostSourceDirectory = _shellShimTemplateFinder.ResolveAppHostSourceDirectoryAsync(_architectureOption, framework, RuntimeInformation.ProcessArchitecture).Result;
dotnet.Tests (1)
ShellShimTests\ShellShimRepositoryTests.cs (1)
427var path = templateFinder.ResolveAppHostSourceDirectoryAsync(null, NuGetFramework.Parse(tfm), Architecture.Arm64).Result;