1 write to KeyProvider
Microsoft.Extensions.Http.Resilience (1)
Resilience\Internal\PipelineKeyProviderHelper.cs (1)
33_ = services.AddOptions<PipelineKeyOptions>(pipelineName).Configure<IServiceProvider>((options, provider) => options.KeyProvider = factory(provider));
1 reference to KeyProvider
Microsoft.Extensions.Http.Resilience (1)
Resilience\Internal\PipelineKeyProviderHelper.cs (1)
28return provider.GetRequiredService<IOptionsMonitor<PipelineKeyOptions>>().Get(pipelineName).KeyProvider;