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