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