2 references to AddKeyedScoped
Microsoft.Extensions.DependencyInjection.Abstractions (2)
ServiceCollectionServiceExtensions.Keyed.cs (2)
239return services.AddKeyedScoped(typeof(TService), serviceKey, typeof(TImplementation)); 259return services.AddKeyedScoped(serviceType, serviceKey, serviceType);