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