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