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