2 writes to DefaultKeyedLifetime
Microsoft.Extensions.Http (2)
DependencyInjection\HttpClientBuilderExtensions.cs (2)
699
registry.
DefaultKeyedLifetime
= new HttpClientKeyedLifetime(lifetime);
740
registry.
DefaultKeyedLifetime
= HttpClientKeyedLifetime.Disabled;
4 references to DefaultKeyedLifetime
Microsoft.Extensions.Http (4)
DependencyInjection\HttpClientBuilderExtensions.cs (3)
697
registry.
DefaultKeyedLifetime
?.RemoveRegistration(services);
700
registry.
DefaultKeyedLifetime
.AddRegistration(services);
739
registry.
DefaultKeyedLifetime
?.RemoveRegistration(services);
DependencyInjection\HttpClientKeyedLifetime.cs (1)
86
registration = registry.
DefaultKeyedLifetime
;