3 references to ServiceDescriptor
Microsoft.Extensions.DependencyInjection.Abstractions (3)
ServiceCollectionServiceExtensions.Keyed.cs (1)
543var descriptor = new ServiceDescriptor(serviceType, serviceKey, implementationType, lifetime);
ServiceDescriptor.cs (2)
26: this(serviceType, null, implementationType, lifetime) 989return new ServiceDescriptor(serviceType, serviceKey, implementationType, lifetime);