2 references to Values
System.Text.Json (2)
System\Text\Json\Nodes\JsonObject.IDictionary.cs (1)
165ICollection<JsonNode?> IDictionary<string, JsonNode?>.Values => Dictionary.Values;
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
905foreach (JsonPropertyInfo pi in PropertyCache!.Values)