1 write to _templates
aspire (1)
Commands\NewCommand.cs (1)
74_templates = templateProvider.GetTemplates();
3 references to _templates
aspire (3)
Commands\NewCommand.cs (3)
76foreach (var template in _templates) 88if (parseResult.CommandResult.Command != this && _templates.Single(t => t.Name.Equals(parseResult.CommandResult.Command.Name, StringComparison.OrdinalIgnoreCase)) is ITemplate template) 96return await _prompter.PromptForTemplateAsync(_templates.ToArray(), cancellationToken);