3 references to Add
Microsoft.Extensions.DependencyInjection.Abstractions (3)
ServiceCollectionServiceExtensions.cs (3)
65
return
Add
(services, serviceType, implementationFactory, ServiceLifetime.Transient);
242
return
Add
(services, serviceType, implementationFactory, ServiceLifetime.Scoped);
420
return
Add
(services, serviceType, implementationFactory, ServiceLifetime.Singleton);