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