5 references to Values
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (3)
276IEnumerable<TValue> IReadOnlyDictionary<TKey, TValue>.Values => Values; 279ICollection<TValue> IDictionary<TKey, TValue>.Values => Values; 282ICollection IDictionary.Values => Values;
System.Text.Json (2)
System\Text\Json\Nodes\JsonObject.IDictionary.cs (2)
64foreach (JsonNode? node in dictionary.Values) 180ICollection<JsonNode?> IDictionary<string, JsonNode?>.Values => Dictionary.Values;