5 references to Current
Microsoft.AspNetCore.Hosting (3)
GenericHost\GenericWebHostBuilder.cs (1)
77
services.TryAddSingleton(DistributedContextPropagator.
Current
);
GenericHost\SlimWebHostBuilder.cs (1)
51
services.TryAddSingleton(DistributedContextPropagator.
Current
);
WebHostBuilder.cs (1)
290
services.TryAddSingleton(DistributedContextPropagator.
Current
);
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
1197
DistributedContextPropagator.
Current
.Inject(currentActivity, invocationMessage, static (carrier, key, value) =>
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubDispatcher.cs (1)
860
var propagator = serviceProvider.GetService<DistributedContextPropagator>() ?? DistributedContextPropagator.
Current
;