1 implementation of Name
aspire (1)
Templating\CallbackTemplate.cs (1)
11public string Name => name;
2 references to Name
aspire (2)
Commands\NewCommand.cs (1)
96if (parseResult.CommandResult.Command != this && _templates.Single(t => t.Name.Equals(parseResult.CommandResult.Command.Name, StringComparison.OrdinalIgnoreCase)) is ITemplate template)
Commands\TemplateCommand.cs (1)
16: base(template.Name, template.Description, features, updateNotifier)