1 implementation of RemoveShim
dotnet (1)
ShellShim\ShellShimRepository.cs (1)
116
public void
RemoveShim
(ToolCommand toolCommand)
6 references to RemoveShim
dotnet (2)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
190
shellShimRepository.
RemoveShim
(oldPackageNullable.Command);
Commands\Tool\Uninstall\ToolUninstallGlobalOrToolPathCommand.cs (1)
75
shellShimRepository.
RemoveShim
(package.Command);
dotnet.Tests (4)
ShellShimTests\ShellShimRepositoryTests.cs (4)
243
shellShimRepository.
RemoveShim
(command);
274
shellShimRepository.
RemoveShim
(command);
309
shellShimRepository.
RemoveShim
(command);
347
shellShimRepository.
RemoveShim
(command);