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