2 writes to _tags
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
ConfigModel\TemplateConfigModel.cs (2)
101
_tags
= source.ToStringDictionary(StringComparer.OrdinalIgnoreCase, "tags");
268
internal init =>
_tags
= value;
2 references to _tags
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
ConfigModel\TemplateConfigModel.cs (2)
102
foreach (KeyValuePair<string, string> tagInfo in
_tags
)
266
get =>
_tags
;