2 writes to allSourcesSubscription
Aspire.Microsoft.EntityFrameworkCore.SqlServer (2)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\DiagnosticSourceSubscriber.cs (2)
48this.allSourcesSubscription = DiagnosticListener.AllListeners.Subscribe(this); 103this.allSourcesSubscription = null;
2 references to allSourcesSubscription
Aspire.Microsoft.EntityFrameworkCore.SqlServer (2)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\DiagnosticSourceSubscriber.cs (2)
46if (this.allSourcesSubscription == null) 102this.allSourcesSubscription?.Dispose();