3 references to Tags
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
DirectoryBasedTemplate.Interfaces.cs (1)
47IReadOnlyDictionary<string, string> ITemplateMetadata.TagsCollection => ConfigurationModel.Tags;
RunnableProjectConfig.ITemplate.cs (1)
60IReadOnlyDictionary<string, string> ITemplateMetadata.TagsCollection => ConfigurationModel.Tags;
RunnableProjectGenerator.cs (1)
456public IReadOnlyDictionary<string, string> TagsCollection => _templateInfo.ConfigurationModel.Tags;