3 writes to _scope
Microsoft.AspNetCore.Http (3)
Features\RequestServicesFeature.cs (3)
38
_scope
= _scopeFactory.CreateScope();
72
_scope
= null;
80
servicesFeature.
_scope
= null;
2 references to _scope
Microsoft.AspNetCore.Http (2)
Features\RequestServicesFeature.cs (2)
39
_requestServices =
_scope
.ServiceProvider;
55
switch (
_scope
)