1 implementation of RemoveShim
dotnet (1)
ShellShim\ShellShimRepository.cs (1)
116
public void
RemoveShim
(ToolCommand toolCommand)
2 references to RemoveShim
dotnet (2)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
217
shellShimRepository.
RemoveShim
(oldPackage.Command);
Commands\Tool\Uninstall\ToolUninstallGlobalOrToolPathCommand.cs (1)
72
shellShimRepository.
RemoveShim
(package.Command);