2 references to LegacyName
Microsoft.DotNet.Cli.Definitions (1)
Commands\New\NewAliasCommandDefinition.cs (1)
52: base(isLegacy ? LegacyName : Name, CommandDefinitionStrings.Command_AliasShow_Description)
Microsoft.TemplateEngine.Cli (1)
Commands\BaseCommand.cs (1)
35{ NewAliasShowCommandDefinition.LegacyName, (hostBuilder, definition) => new AliasShowCommand(hostBuilder, (NewAliasShowCommandDefinition)definition) },