4 references to Server
dotnet (1)
Telemetry\TelemetryClient.cs (1)
185
parentActivityContext is ActivityContext { IsRemote: true } ? ActivityKind.
Server
: ActivityKind.Internal;
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplicationDiagnostics.cs (1)
429
ActivityKind.
Server
,
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, connection);
525
var activity = StartActivity(SignalRServerActivitySource.InvocationIn, ActivityKind.
Server
, connection.OriginalActivity, scope.ServiceProvider, hubMethodInvocationMessage.Target, hubMethodInvocationMessage.Headers, _logger, connection);