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