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