Implemented interface member:
3 references to Values
Microsoft.AspNetCore.Shared.Tests (3)
AdaptiveCapacityDictionaryTests.cs (2)
324var values = dict.Values; 341var values = dict.Values;
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (1)
200IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => Values;