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