1 write to _actionContextAccessor
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ResourceInvoker.cs (1)
52
_actionContextAccessor
= actionContextAccessor ?? throw new ArgumentNullException(nameof(actionContextAccessor));
2 references to _actionContextAccessor
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ResourceInvoker.cs (2)
68
_actionContextAccessor
.ActionContext = _actionContext;
103
invoker.
_actionContextAccessor
.ActionContext = actionContext;