3 references to AddKeyedScoped
Microsoft.Extensions.DependencyInjection.Abstractions (3)
Extensions\ServiceCollectionDescriptorExtensions.Keyed.cs (1)
163
/// <seealso cref="ServiceCollectionServiceExtensions.
AddKeyedScoped
(IServiceCollection, Type, object, Type)"/>
ServiceCollectionServiceExtensions.Keyed.cs (2)
289
return services.
AddKeyedScoped
(typeof(TService), serviceKey, typeof(TImplementation));
314
return services.
AddKeyedScoped
(serviceType, serviceKey, serviceType);