1 write to _actionContext
Microsoft.AspNetCore.Mvc.Microbenchmarks (1)
RuntimePerformanceBenchmarkBase.cs (1)
153
_actionContext
= new ActionContext(
3 references to _actionContext
Microsoft.AspNetCore.Mvc.Microbenchmarks (3)
RuntimePerformanceBenchmarkBase.cs (3)
161
_tempData = _tempDataDictionaryFactory.GetTempData(
_actionContext
.HttpContext);
165
_actionContext
.ModelState);
187
_actionContext
,