1 instantiation of LegacyListCommand
Microsoft.TemplateEngine.Cli (1)
Commands\BaseCommand.cs (1)
43{ NewListCommandDefinition.LegacyName, (hostBuilder, definition) => new LegacyListCommand(hostBuilder, (NewListCommandDefinition)definition) },
2 references to LegacyListCommand
Microsoft.TemplateEngine.Cli (2)
Commands\list\LegacyListCommand.cs (1)
16PrintDeprecationMessage<LegacyListCommand, ListCommand>(args.ParseResult);
Commands\list\ListCommandArgs.cs (1)
20else if (command is LegacyListCommand)