1 write to OriginalActivity
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
136
OriginalActivity
= Activity.Current,
2 references to OriginalActivity
Microsoft.AspNetCore.SignalR.Core (2)
Internal\DefaultHubDispatcher.cs (2)
407
var activity = StartActivity(SignalRServerActivitySource.InvocationIn, ActivityKind.Server, connection.
OriginalActivity
, scope.ServiceProvider, hubMethodInvocationMessage.Target, hubMethodInvocationMessage.Headers, logger);
525
var activity = StartActivity(SignalRServerActivitySource.InvocationIn, ActivityKind.Server, connection.
OriginalActivity
, scope.ServiceProvider, hubMethodInvocationMessage.Target, hubMethodInvocationMessage.Headers, _logger);