1 write to s_exceptions
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\RuntimeMetrics.cs (1)
128
s_exceptions
= s_meter.CreateCounter<long>(
1 reference to s_exceptions
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\RuntimeMetrics.cs (1)
139
s_exceptions
.Add(1, new KeyValuePair<string, object?>("error.type", e.Exception.GetType().Name));