1 implementation of IServiceProviderIsKeyedService
Microsoft.Extensions.DependencyInjection (1)
ServiceLookup\CallSiteFactory.cs (1)
14internal sealed class CallSiteFactory : IServiceProviderIsService, IServiceProviderIsKeyedService
6 references to IServiceProviderIsKeyedService
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
808if (factoryContext.ServiceProviderIsService is not IServiceProviderIsKeyedService)
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubMethodDescriptor.cs (1)
96if (serviceProviderIsService is IServiceProviderIsKeyedService keyedServiceProvider)
Microsoft.Extensions.DependencyInjection (3)
ServiceLookup\CallSiteFactory.cs (1)
693serviceType == typeof(IServiceProviderIsKeyedService);
ServiceProvider.cs (2)
66CallSiteFactory.Add(ServiceIdentifier.FromServiceType(typeof(IServiceProviderIsKeyedService)), new ConstantCallSite(typeof(IServiceProviderIsKeyedService), CallSiteFactory));
Microsoft.Extensions.DependencyInjection.Abstractions (1)
ActivatorUtilities.cs (1)
767if (serviceProviderIsService is IServiceProviderIsKeyedService serviceProviderIsKeyedService)