3 references to Add
Microsoft.Extensions.DependencyInjection.Abstractions (3)
ServiceCollectionServiceExtensions.cs (3)
55
return
Add
(services, serviceType, implementationFactory, ServiceLifetime.Transient);
197
return
Add
(services, serviceType, implementationFactory, ServiceLifetime.Scoped);
340
return
Add
(services, serviceType, implementationFactory, ServiceLifetime.Singleton);