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