3 references to ActivitySourceOptions
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Shared\ActivitySourceFactory.cs (1)
43
var options = new
ActivitySourceOptions
(name)
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\ActivitySourceFactory.cs (2)
41
ActivitySourceOptions scoped =
new
(options.Name)
61
ActivitySourceOptions options =
new
(name)