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