1 write to _serviceScope
Microsoft.AspNetCore.Mvc.Microbenchmarks (1)
PreserveComponentStateBenchmark.cs (1)
110
_serviceScope
= _serviceProvider.GetRequiredService<IServiceScopeFactory>().CreateScope();
2 references to _serviceScope
Microsoft.AspNetCore.Mvc.Microbenchmarks (2)
PreserveComponentStateBenchmark.cs (2)
105
_serviceScope
.Dispose();
113
RequestServices =
_serviceScope
.ServiceProvider