2 references to AddKeyedScoped
Microsoft.Extensions.DependencyInjection.Abstractions (2)
ServiceCollectionServiceExtensions.Keyed.cs (2)
301
return services.
AddKeyedScoped
(typeof(TService), serviceKey, implementationFactory);
327
return services.
AddKeyedScoped
(typeof(TService), serviceKey, implementationFactory);