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