1 write to ActionContext
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerEndpointFilterInvocationContext.cs (1)
23
ActionContext
= actionContext;
2 references to ActionContext
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerEndpointFilterInvocationContext.cs (1)
40
public override HttpContext HttpContext =>
ActionContext
.HttpContext;
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\ActionMethodExecutorTest.cs (1)
447
return await actionMethodExecutor.Execute(context.
ActionContext
, context.Mapper, context.Executor, context.Controller, (object[])context.Arguments);