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!); 388var orderedArguments = PrepareArguments(_arguments, objectMethodExecutor); 412var arguments = invoker._arguments; 524return _cacheEntry.ControllerBinderDelegate(_controllerContext, _instance!, _arguments!);