3 references to BenchmarkViewExecutor
Microsoft.AspNetCore.Mvc.Microbenchmarks (3)
RuntimePerformanceBenchmarkBase.cs (3)
106
private
BenchmarkViewExecutor
_executor;
129
.AddScoped<
BenchmarkViewExecutor
>()
168
_executor = _requestScope.ServiceProvider.GetRequiredService<
BenchmarkViewExecutor
>();