1 reference to NoKeys
Microsoft.TemplateEngine.Core (1)
VariableCollection.cs (1)
53public ICollection<string> Keys => _values.Keys.Union(_parent?.Keys ?? NoKeys).ToList();