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