1 write to ServiceScope
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
1142
connection.
ServiceScope
= context.RequestServices.CreateAsyncScope();
2 references to ServiceScope
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionContext.cs (1)
407
ServiceScope
?.Dispose();
Internal\HttpConnectionDispatcher.cs (1)
1143
newHttpContext.RequestServices = connection.
ServiceScope
.Value.ServiceProvider;