1 write to _arguments
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvoker.cs (1)
75_arguments = new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase);
5 references to _arguments
Microsoft.AspNetCore.Mvc.Core (5)
Infrastructure\ControllerActionInvoker.cs (5)
94_actionExecutingContext = new ActionExecutingContextSealed(_controllerContext, _filters, _arguments!, _instance!); 104_actionExecutingContext = new ActionExecutingContextSealed(_controllerContext, _filters, _arguments!, _instance!); 390var orderedArguments = PrepareArguments(_arguments, objectMethodExecutor); 414var arguments = invoker._arguments; 526return _cacheEntry.ControllerBinderDelegate(_controllerContext, _instance!, _arguments!);