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