1 write to _serviceScope
Microsoft.Extensions.DependencyInjection.Abstractions (1)
AsyncServiceScope.cs (1)
27
_serviceScope
= serviceScope;
4 references to _serviceScope
Microsoft.Extensions.DependencyInjection.Abstractions (4)
AsyncServiceScope.cs (4)
31
public IServiceProvider ServiceProvider =>
_serviceScope
.ServiceProvider;
36
_serviceScope
.Dispose();
42
if (
_serviceScope
is IAsyncDisposable ad)
46
_serviceScope
.Dispose();