1 write to listenerSubscriptions
Aspire.Microsoft.Data.SqlClient (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\DiagnosticSourceSubscriber.cs (1)
37
this.
listenerSubscriptions
= new List<IDisposable>();
5 references to listenerSubscriptions
Aspire.Microsoft.Data.SqlClient (5)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\DiagnosticSourceSubscriber.cs (5)
63
lock (this.
listenerSubscriptions
)
65
this.
listenerSubscriptions
.Add(subscription);
92
lock (this.
listenerSubscriptions
)
94
foreach (var listenerSubscription in this.
listenerSubscriptions
)
99
this.
listenerSubscriptions
.Clear();