3 references to ShellShimRepositoryFactory
dotnet (3)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
96
_createShellShimRepository = createShellShimRepository ??
ShellShimRepositoryFactory
.CreateShellShimRepository;
Commands\Tool\Uninstall\ToolUninstallGlobalOrToolPathCommand.cs (1)
26
private readonly CreateShellShimRepository _createShellShimRepository = createShellShimRepository ??
ShellShimRepositoryFactory
.CreateShellShimRepository;
Commands\Tool\Update\ToolUpdateGlobalOrToolPathCommand.cs (1)
38
ShellShimRepositoryFactory
.CreateShellShimRepository;