1 write to SourceName
Aspire.Microsoft.Data.SqlClient (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\ListenerHandler.cs (1)
19
this.
SourceName
= sourceName;
2 references to SourceName
Aspire.Microsoft.Data.SqlClient (2)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\DiagnosticSourceListener.cs (1)
46
this.logUnknownException?.Invoke(this.handler?.
SourceName
, value.Key, ex);
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\DiagnosticSourceSubscriber.cs (1)
25
: this(_ => handler, value => handler.
SourceName
== value.Name, isEnabledFilter, logUnknownException)