Implemented interface member:
2 references to Keys
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\RouteValueDictionary.cs (1)
335IEnumerable<string> IReadOnlyDictionary<string, object?>.Keys => Keys;
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\RouteValueProvider.cs (1)
58_prefixContainer = new PrefixContainer(_values.Keys);