1 write to ActionMethodExecutor
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvokerCacheEntry.cs (1)
26ActionMethodExecutor = actionMethodExecutor;
2 references to ActionMethodExecutor
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ControllerActionInvoker.cs (2)
387var actionMethodExecutor = _cacheEntry.ActionMethodExecutor; 413var actionMethodExecutor = invoker._cacheEntry.ActionMethodExecutor;