2 references to FindValue
System.Text.Json (2)
System\Text\Json\Nodes\JsonObject.cs (2)
109
KeyValuePair<string, JsonNode?>? item =
FindValue
(node);
227
string propertyName =
FindValue
(child)!.Value.Key;