5 references to Context
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Implementation\RedisProfilerEntryToActivityConverter.cs (1)
87
parentActivity?.
Context
?? default,
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubDispatcher.cs (1)
857
IEnumerable<ActivityLink>? links = (linkedActivity is not null) ? [new ActivityLink(linkedActivity.
Context
)] : null;
Stress.ApiService (1)
TraceCreator.cs (1)
129
activityContext = a.
Context
;
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\ActivitySource.cs (1)
289
var aco = new ActivityCreationOptions<ActivityContext>(this, name, useCurrentActivityContext ? Activity.Current!.
Context
: context, kind, tags, links, idFormat);
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectionPool\ConnectionSetupDistributedTracing.cs (1)
93
requestActivity.AddLink(new ActivityLink(connectionSetupActivity.
Context
));