3 references to AddKeyedScoped
Microsoft.Extensions.DependencyInjection.Abstractions (3)
Extensions\ServiceCollectionDescriptorExtensions.Keyed.cs (1)
187
/// <seealso cref="ServiceCollectionServiceExtensions.
AddKeyedScoped
(IServiceCollection, Type, object, Func{IServiceProvider, object, object})"/>
ServiceCollectionServiceExtensions.Keyed.cs (2)
366
return services.
AddKeyedScoped
(typeof(TService), serviceKey, implementationFactory);
397
return services.
AddKeyedScoped
(typeof(TService), serviceKey, implementationFactory);