Implemented interface member:
5 references to Dispose
Microsoft.Extensions.Diagnostics (1)
Metrics\ListenerSubscription.cs (1)
291
_meterListener.
Dispose
();
Microsoft.Extensions.Diagnostics.Testing (1)
Metrics\MetricCollector.cs (1)
134
_meterListener.
Dispose
();
Microsoft.Extensions.Resilience.PerformanceTests (1)
ResilienceEnrichmentBenchmark.cs (1)
30
public void Cleanup() => _listener?.
Dispose
();
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\AggregationManager.cs (1)
257
_listener.
Dispose
();
System\Diagnostics\Metrics\MeterListener.cs (1)
54
/// This can happen when the Meter or the Listener is disposed or calling <see cref="
Dispose
" /> on the listener.