1 write to handler
Aspire.Microsoft.Data.SqlClient (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\DiagnosticSourceListener.cs (1)
21
this.
handler
= handler;
3 references to handler
Aspire.Microsoft.Data.SqlClient (3)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\DiagnosticSourceListener.cs (3)
35
if (!this.
handler
.SupportsNullActivity && Activity.Current == null)
42
this.
handler
.OnEventWritten(value.Key, value.Value);
46
this.logUnknownException?.Invoke(this.
handler
?.SourceName, value.Key, ex);