2 references to AddKeyedScoped
Microsoft.Extensions.DependencyInjection.Abstractions (2)
ServiceCollectionServiceExtensions.Keyed.cs (2)
239
return services.
AddKeyedScoped
(typeof(TService), serviceKey, typeof(TImplementation));
259
return services.
AddKeyedScoped
(serviceType, serviceKey, serviceType);