3 references to AddScoped
Microsoft.AspNetCore.Identity (1)
IdentityBuilderExtensions.cs (1)
60builder.Services.AddScoped(managerType);
Microsoft.Extensions.DependencyInjection.Abstractions (2)
Extensions\ServiceCollectionDescriptorExtensions.cs (1)
217/// <seealso cref="ServiceCollectionServiceExtensions.AddScoped(IServiceCollection, Type)"/>
ServiceCollectionServiceExtensions.cs (1)
310return services.AddScoped(typeof(TService));