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