2 references to AddKeyedTransient
Microsoft.Extensions.DependencyInjection.Abstractions (2)
ServiceCollectionServiceExtensions.Keyed.cs (2)
81
return services.
AddKeyedTransient
(typeof(TService), serviceKey, typeof(TImplementation));
101
return services.
AddKeyedTransient
(serviceType, serviceKey, serviceType);