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