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