20 references to GetExecutor
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvokerCache.cs (1)
71var actionMethodExecutor = ActionMethodExecutor.GetExecutor(objectMethodExecutor);
Microsoft.AspNetCore.Mvc.Core.Test (19)
Filters\MiddlewareFilterTest.cs (1)
444var actionMethodExecutor = ActionMethodExecutor.GetExecutor(objectMethodExecutor);
Infrastructure\ActionMethodExecutorTest.cs (16)
21var actionMethodExecutor = ActionMethodExecutor.GetExecutor(objectMethodExecutor); 47var actionMethodExecutor = ActionMethodExecutor.GetExecutor(objectMethodExecutor); 73var actionMethodExecutor = ActionMethodExecutor.GetExecutor(objectMethodExecutor); 98var actionMethodExecutor = ActionMethodExecutor.GetExecutor(objectMethodExecutor); 127var actionMethodExecutor = ActionMethodExecutor.GetExecutor(objectMethodExecutor); 156var actionMethodExecutor = ActionMethodExecutor.GetExecutor(objectMethodExecutor); 185var actionMethodExecutor = ActionMethodExecutor.GetExecutor(objectMethodExecutor); 210var actionMethodExecutor = ActionMethodExecutor.GetExecutor(objectMethodExecutor); 236var actionMethodExecutor = ActionMethodExecutor.GetExecutor(objectMethodExecutor); 262var actionMethodExecutor = ActionMethodExecutor.GetExecutor(objectMethodExecutor); 287var actionMethodExecutor = ActionMethodExecutor.GetExecutor(objectMethodExecutor); 313var actionMethodExecutor = ActionMethodExecutor.GetExecutor(objectMethodExecutor); 342var actionMethodExecutor = ActionMethodExecutor.GetExecutor(objectMethodExecutor); 371var actionMethodExecutor = ActionMethodExecutor.GetExecutor(objectMethodExecutor); 396var actionMethodExecutor = ActionMethodExecutor.GetExecutor(objectMethodExecutor); 425var actionMethodExecutor = ActionMethodExecutor.GetExecutor(objectMethodExecutor);
Infrastructure\ControllerActionInvokerTest.cs (2)
1421var controllerMethodExecutor = ActionMethodExecutor.GetExecutor(objectMethodExecutor); 1744var actionMethodExecutor = ActionMethodExecutor.GetExecutor(objectMethodExecutor);