9 references to CreateShellShimRepository
dotnet (7)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (2)
31private readonly CreateShellShimRepository _createShellShimRepository; 58CreateShellShimRepository? createShellShimRepository = null,
Commands\Tool\Update\ToolUpdateCommand.cs (2)
14using CreateShellShimRepository = Microsoft.DotNet.Cli.Commands.Tool.Install.CreateShellShimRepository; 31CreateShellShimRepository createShellShimRepository = null,
Commands\Tool\Update\ToolUpdateGlobalOrToolPathCommand.cs (3)
10using CreateShellShimRepository = Microsoft.DotNet.Cli.Commands.Tool.Install.CreateShellShimRepository; 23private readonly CreateShellShimRepository _createShellShimRepository; 29CreateShellShimRepository createShellShimRepository = null,
dotnet.Tests (2)
CommandTests\Tool\Install\ToolInstallGlobalOrToolPathCommandTests.cs (2)
21using CreateShellShimRepository = Microsoft.DotNet.Cli.Commands.Tool.Install.CreateShellShimRepository; 33private readonly CreateShellShimRepository _createShellShimRepository;