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