1 implementation of Uninstall
dotnet (1)
ToolPackage\ToolPackageUninstaller.cs (1)
15public void Uninstall(DirectoryPath packageDirectory)
2 references to Uninstall
dotnet (2)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
218toolPackageUninstaller.Uninstall(oldPackage.PackageDirectory);
Commands\Tool\Uninstall\ToolUninstallGlobalOrToolPathCommand.cs (1)
74toolPackageUninstaller.Uninstall(package.PackageDirectory);