2 references to NamedClientRegistrations
Microsoft.Extensions.Http (2)
DependencyInjection\HttpClientBuilderExtensions.cs (2)
660if (registry.NamedClientRegistrations.TryGetValue(name, out Type? otherType) && 677registry.NamedClientRegistrations[name] = type;