1 write to _requestScope
Microsoft.AspNetCore.Mvc.Microbenchmarks (1)
RuntimePerformanceBenchmarkBase.cs (1)
148_requestScope = _serviceProvider.CreateScope();
4 references to _requestScope
Microsoft.AspNetCore.Mvc.Microbenchmarks (4)
RuntimePerformanceBenchmarkBase.cs (4)
156RequestServices = _requestScope.ServiceProvider 164_requestScope.ServiceProvider.GetRequiredService<IModelMetadataProvider>(), 168_executor = _requestScope.ServiceProvider.GetRequiredService<BenchmarkViewExecutor>(); 178_requestScope.Dispose();