Implemented interface member:
3 references to Keys
Microsoft.AspNetCore.Shared.Tests (3)
AdaptiveCapacityDictionaryTests.cs (2)
293
var keys = dict.
Keys
;
310
var keys = dict.
Keys
;
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (1)
175
IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys =>
Keys
;