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)
426
var templateFinder = new
ShellShimTemplateFinder
(new MockNuGetPackageDownloader(), new DirectoryPath(tempDir), null);
4 references to ShellShimTemplateFinder
dotnet (3)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (2)
33
private readonly
ShellShimTemplateFinder
_shellShimTemplateFinder;
165
var appHostSourceDirectory =
ShellShimTemplateFinder
.GetDefaultAppHostSourceDirectory();
Commands\Tool\Uninstall\ToolUninstallGlobalOrToolPathCommand.cs (1)
53
var appHostSourceDirectory =
ShellShimTemplateFinder
.GetDefaultAppHostSourceDirectory();
dotnet.Tests (1)
ShellShimTests\ShellShimRepositoryTests.cs (1)
426
var
templateFinder = new ShellShimTemplateFinder(new MockNuGetPackageDownloader(), new DirectoryPath(tempDir), null);