2 instantiations of CacheTag
Microsoft.TemplateEngine.Edge (2)
Settings\TemplateInfo.cs (2)
173
tags[tag.Key] = new
CacheTag
(null, null, new Dictionary<string, ParameterChoice> { { tag.Value, new ParameterChoice(null, null) } }, tag.Value);
178
tags[parameter.Name] = new
CacheTag
(parameter.DisplayName, parameter.Documentation, choices, parameter.DefaultValue);