Implemented interface member:
property
TagsCollection
Microsoft.TemplateEngine.Abstractions.ITemplateMetadata.TagsCollection
2 writes to TagsCollection
Microsoft.TemplateEngine.Edge (2)
Settings\TemplateInfo.cs (1)
79TagsCollection = template.TagsCollection;
Settings\TemplateInfoReader.cs (1)
101info.TagsCollection = tags;
4 references to TagsCollection
Microsoft.TemplateEngine.Edge (4)
_generated\30\TemplateCacheJsonSerializerContext.TemplateInfo.g.cs (2)
450Getter = static obj => ((global::Microsoft.TemplateEngine.Edge.Settings.TemplateInfo)obj).TagsCollection, 626global::System.Collections.Generic.IReadOnlyDictionary<string, string> __value_TagsCollection = ((global::Microsoft.TemplateEngine.Edge.Settings.TemplateInfo)value).TagsCollection;
Settings\TemplateInfo.cs (1)
171foreach (KeyValuePair<string, string> tag in TagsCollection)
Settings\TemplateInfoReader.cs (1)
93JsonObject? tagsObject = entry.Get<JsonObject>(nameof(TagsCollection));