2 references to TryGetDecimal
Aspire.Dashboard (1)
Model\TextVisualizerViewModel.cs (1)
205if (reader.TryGetDecimal(out var decimalValue) &&
System.Text.Json (1)
System\Text\Json\Reader\Utf8JsonReader.TryGet.cs (1)
701if (!TryGetDecimal(out decimal value))