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