5 references to KeyedLifetimeMap
Microsoft.Extensions.Http (5)
DependencyInjection\HttpClientBuilderExtensions.cs (4)
704if (registry.KeyedLifetimeMap.TryGetValue(name, out HttpClientKeyedLifetime? clientLifetime)) 710registry.KeyedLifetimeMap[name] = clientLifetime; 744if (registry.KeyedLifetimeMap.TryGetValue(name, out HttpClientKeyedLifetime? clientLifetime)) 748registry.KeyedLifetimeMap[name] = HttpClientKeyedLifetime.Disabled;
DependencyInjection\HttpClientKeyedLifetime.cs (1)
84if (!registry.KeyedLifetimeMap.TryGetValue(name, out HttpClientKeyedLifetime? registration))