Implemented interface member:
property
TagsCollection
Microsoft.TemplateEngine.Abstractions.ITemplateMetadata.TagsCollection
2 writes to TagsCollection
Microsoft.TemplateSearch.Common (2)
TemplateDiscoveryMetadata\BlobStorageTemplateInfo.cs (2)
48
TagsCollection
= templateInfo.TagsCollection ?? new Dictionary<string, string>();
302
info.
TagsCollection
= tags;
1 reference to TagsCollection
Microsoft.TemplateSearch.Common (1)
TemplateDiscoveryMetadata\BlobStorageTemplateInfo.cs (1)
224
JsonObject? tagsObject = entry.Get<JsonObject>(nameof(
TagsCollection
));