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