2 references to AsyncServiceScope
Microsoft.Extensions.DependencyInjection.Abstractions (2)
ServiceProviderServiceExtensions.cs (2)
114
return new
AsyncServiceScope
(provider.CreateScope());
124
return new
AsyncServiceScope
(serviceScopeFactory.CreateScope());