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