1 instantiation of LegacyUninstallCommand
Microsoft.TemplateEngine.Cli (1)
Commands\NewCommand.Legacy.cs (1)
158Add(new LegacyUninstallCommand(this, hostBuilder));
2 references to LegacyUninstallCommand
Microsoft.TemplateEngine.Cli (2)
Commands\uninstall\LegacyUninstallCommand.cs (1)
25PrintDeprecationMessage<LegacyUninstallCommand, UninstallCommand>(args.ParseResult);
Commands\uninstall\UninstallCommandArgs.cs (1)
15if (uninstallCommand is LegacyUninstallCommand && (TemplatePackages.Contains(uninstallCommand.Name) || uninstallCommand.Aliases.Any(alias => TemplatePackages.Contains(alias))))