2 references to TryGetDouble
System.Text.Json (2)
System\Text\Json\Document\JsonElement.cs (1)
898
if (!
TryGetDouble
(out double value))
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
79
success = Value.
TryGetDouble
(out double result);