1 instantiation of UninstallCommand
Microsoft.TemplateEngine.Cli (1)
Commands\BaseCommand.cs (1)
40
{ NewUninstallCommandDefinition.Name, (hostBuilder, definition) => new
UninstallCommand
(hostBuilder, (NewUninstallCommandDefinition)definition) },
10 references to UninstallCommand
Microsoft.TemplateEngine.Cli (10)
Commands\uninstall\LegacyUninstallCommand.cs (1)
16
PrintDeprecationMessage<LegacyUninstallCommand,
UninstallCommand
>(args.ParseResult);
TemplateInvoker.cs (1)
258
Reporter.Output.WriteCommand(Example.For<
UninstallCommand
>(templateArgs.ParseResult).WithArguments(templatePackage.DisplayName));
TemplatePackageCoordinator.cs (5)
171
.WithSubcommand<
UninstallCommand
>()
743
.WithSubcommand<
UninstallCommand
>()
751
.WithSubcommand<
UninstallCommand
>()
761
.WithSubcommand<
UninstallCommand
>());
770
.WithSubcommand<
UninstallCommand
>());
TemplatePackageDisplay.cs (3)
77
.WithSubcommand<
UninstallCommand
>()
202
_reporterError.WriteCommand(Example.For<
UninstallCommand
>(parseResult).WithArguments(packageToInstall));
270
.WithSubcommand<
UninstallCommand
>()