15 references to IsKeyedService
Microsoft.Extensions.DependencyInjection (7)
DependencyInjectionEventSource.cs (2)
252else if (!descriptor.IsKeyedService && descriptor.ImplementationFactory != null) 257else if (descriptor.IsKeyedService && descriptor.KeyedImplementationFactory != null)
ServiceLookup\CallSiteFactory.cs (2)
386else if (!descriptor.IsKeyedService && descriptor.ImplementationFactory != null) 390else if (descriptor.IsKeyedService && descriptor.KeyedImplementationFactory != null)
ServiceLookup\ServiceDescriptorExtensions.cs (3)
19return serviceDescriptor.IsKeyedService 26return serviceDescriptor.IsKeyedService 34return serviceDescriptor.IsKeyedService
Microsoft.Extensions.DependencyInjection.Abstractions (8)
ServiceDescriptor.cs (8)
162if (IsKeyedService) 178if (!IsKeyedService) 195if (IsKeyedService) 210if (!IsKeyedService) 227if (IsKeyedService) 242if (!IsKeyedService) 260if (IsKeyedService) 1026if (IsKeyedService)