1 instantiation of LegacySearchCommand
Microsoft.TemplateEngine.Cli (1)
Commands\NewCommand.Legacy.cs (1)
161Add(new LegacySearchCommand(this, hostBuilder));
2 references to LegacySearchCommand
Microsoft.TemplateEngine.Cli (2)
Commands\search\LegacySearchCommand.cs (1)
33PrintDeprecationMessage<LegacySearchCommand, SearchCommand>(args.ParseResult);
Commands\search\SearchCommandArgs.cs (1)
18else if (command is LegacySearchCommand legacySearchCommand)