Microsoft.Extensions.DependencyInjection.IServiceScopeFactory public interface IServiceScopeFactory Documentation Code namespace Microsoft.Extensions.DependencyInjection { public interface IServiceScopeFactory { IServiceScope CreateScope(); } }