2 writes to disposed
Aspire.Microsoft.Data.SqlClient (2)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\DiagnosticSourceSubscriber.cs (2)
54
if ((Interlocked.Read(ref this.
disposed
) == 0) &&
87
if (Interlocked.CompareExchange(ref this.
disposed
, 1, 0) == 1)