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