2 references to LegacyName
Microsoft.DotNet.Cli.Definitions (1)
Commands\New\NewListCommandDefinition.cs (1)
33
: base(isLegacy ?
LegacyName
: Name, CommandDefinitionStrings.Command_List_Description)
Microsoft.TemplateEngine.Cli (1)
Commands\BaseCommand.cs (1)
43
{ NewListCommandDefinition.
LegacyName
, (hostBuilder, definition) => new LegacyListCommand(hostBuilder, (NewListCommandDefinition)definition) },