1 instantiation of ListCommand
Microsoft.TemplateEngine.Cli (1)
Commands\BaseCommand.cs (1)
42{ NewListCommandDefinition.Name, (hostBuilder, definition) => new ListCommand(hostBuilder, (NewListCommandDefinition)definition) },
4 references to ListCommand
Microsoft.TemplateEngine.Cli (4)
Commands\create\InstantiateCommand.cs (2)
490.WithSubcommand<ListCommand>() 499.WithSubcommand<ListCommand>());
Commands\list\LegacyListCommand.cs (1)
16PrintDeprecationMessage<LegacyListCommand, ListCommand>(args.ParseResult);
TemplateListCoordinator.cs (1)
184.WithSubcommand<ListCommand>());