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; 99invoker._actionContextAccessor.ActionContext = actionContext;