2 references to TryGetDecimal
System.Text.Json (2)
System\Text\Json\Document\JsonElement.cs (1)
1017if (!TryGetDecimal(out decimal value))
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
93success = Value.TryGetDecimal(out decimal result);