1 write to _arguments
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvoker.cs (1)
73
_arguments
= new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase);
5 references to _arguments
Microsoft.AspNetCore.Mvc.Core (5)
Infrastructure\ControllerActionInvoker.cs (5)
92
_actionExecutingContext = new ActionExecutingContextSealed(_controllerContext, _filters,
_arguments
!, _instance!);
102
_actionExecutingContext = new ActionExecutingContextSealed(_controllerContext, _filters,
_arguments
!, _instance!);
388
var orderedArguments = PrepareArguments(
_arguments
, objectMethodExecutor);
412
var arguments = invoker.
_arguments
;
524
return _cacheEntry.ControllerBinderDelegate(_controllerContext, _instance!,
_arguments
!);