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