3 references to Disabled
Microsoft.Extensions.Http (3)
DependencyInjection\HttpClientBuilderExtensions.cs (2)
740registry.DefaultKeyedLifetime = HttpClientKeyedLifetime.Disabled; 748registry.KeyedLifetimeMap[name] = HttpClientKeyedLifetime.Disabled;
DependencyInjection\HttpClientKeyedLifetime.cs (1)
18public bool IsDisabled => ReferenceEquals(this, Disabled);