2 references to TryGetDecimalCore
System.Text.Json (2)
System\Text\Json\Reader\Utf8JsonReader.TryGet.cs (2)
711
if (!
TryGetDecimalCore
(out decimal value, span))
1207
return
TryGetDecimalCore
(out value, span);