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