1 instantiation of LegacySearchCommand
Microsoft.TemplateEngine.Cli (1)
Commands\BaseCommand.cs (1)
45
{ NewSearchCommandDefinition.LegacyName, (hostBuilder, definition) => new
LegacySearchCommand
(hostBuilder, (NewSearchCommandDefinition)definition) },
2 references to LegacySearchCommand
Microsoft.TemplateEngine.Cli (2)
Commands\search\LegacySearchCommand.cs (1)
16
PrintDeprecationMessage<
LegacySearchCommand
, SearchCommand>(args.ParseResult);
Commands\search\SearchCommandArgs.cs (1)
20
else if (command is
LegacySearchCommand
)