1 instantiation of SearchCommand
Microsoft.TemplateEngine.Cli (1)
Commands\BaseCommand.cs (1)
44{ NewSearchCommandDefinition.Name, (hostBuilder, definition) => new SearchCommand(hostBuilder, (NewSearchCommandDefinition)definition) },
9 references to SearchCommand
Microsoft.TemplateEngine.Cli (9)
Commands\create\InstantiateCommand.cs (1)
511.WithSubcommand<SearchCommand>()
Commands\search\LegacySearchCommand.cs (1)
16PrintDeprecationMessage<LegacySearchCommand, SearchCommand>(args.ParseResult);
TemplateListCoordinator.cs (4)
80.WithSubcommand<SearchCommand>() 125.WithSubcommand<SearchCommand>() 133.WithSubcommand<SearchCommand>() 190.WithSubcommand<SearchCommand>()
TemplateSearch\CliTemplateSearchCoordinator.cs (3)
262.WithSubcommand<SearchCommand>() 268.WithSubcommand<SearchCommand>() 274.WithSubcommand<SearchCommand>()