2 instantiations of KeyCollection
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
AttributeDictionary.cs (2)
63public ICollection<string> Keys => new KeyCollection(this); 69IEnumerable<string> IReadOnlyDictionary<string, string?>.Keys => new KeyCollection(this);