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