5 references to Values
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (3)
275
IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values =>
Values
;
278
ICollection<TValue> IDictionary<TKey, TValue>.Values =>
Values
;
281
ICollection IDictionary.Values =>
Values
;
System.Text.Json (2)
System\Text\Json\Nodes\JsonObject.IDictionary.cs (2)
61
foreach (JsonNode? node in dictionary.
Values
)
171
ICollection<JsonNode?> IDictionary<string, JsonNode?>.Values => Dictionary.
Values
;