1 instantiation of LegacyListCommand
Microsoft.TemplateEngine.Cli (1)
Commands\NewCommand.Legacy.cs (1)
162
Add(new
LegacyListCommand
(this, hostBuilder));
2 references to LegacyListCommand
Microsoft.TemplateEngine.Cli (2)
Commands\list\LegacyListCommand.cs (1)
36
PrintDeprecationMessage<
LegacyListCommand
, ListCommand>(args.ParseResult);
Commands\list\ListCommandArgs.cs (1)
18
else if (command is
LegacyListCommand
legacySearchCommand)