2 references to UpDownCounter
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\Meter.cs (1)
195=> (UpDownCounter<T>)GetOrCreateInstrument<T>(typeof(UpDownCounter<T>), name, unit, description, tags, () => new UpDownCounter<T>(this, name, unit, description, tags));
System\Diagnostics\Metrics\UpDownCounter.cs (1)
17internal UpDownCounter(Meter meter, string name, string? unit, string? description) : this(meter, name, unit, description, tags: null)