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