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