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