2 instantiations of ShellShimTemplateFinder
dotnet (1)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
96_shellShimTemplateFinder = new ShellShimTemplateFinder(nugetPackageDownloader, tempDir, packageSourceLocation);
dotnet.Tests (1)
ShellShimTests\ShellShimRepositoryTests.cs (1)
426var templateFinder = new ShellShimTemplateFinder(new MockNuGetPackageDownloader(), new DirectoryPath(tempDir), null);
4 references to ShellShimTemplateFinder
dotnet (3)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (2)
33private readonly ShellShimTemplateFinder _shellShimTemplateFinder; 165var appHostSourceDirectory = ShellShimTemplateFinder.GetDefaultAppHostSourceDirectory();
Commands\Tool\Uninstall\ToolUninstallGlobalOrToolPathCommand.cs (1)
53var appHostSourceDirectory = ShellShimTemplateFinder.GetDefaultAppHostSourceDirectory();
dotnet.Tests (1)
ShellShimTests\ShellShimRepositoryTests.cs (1)
426var templateFinder = new ShellShimTemplateFinder(new MockNuGetPackageDownloader(), new DirectoryPath(tempDir), null);