2 references to AddKeyedTransient
Microsoft.Extensions.DependencyInjection.Abstractions (2)
ServiceCollectionServiceExtensions.Keyed.cs (2)
143
return services.
AddKeyedTransient
(typeof(TService), serviceKey, implementationFactory);
169
return services.
AddKeyedTransient
(typeof(TService), serviceKey, implementationFactory);