2 references to PrepareArguments
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ControllerActionInvoker.cs (2)
388var orderedArguments = PrepareArguments(_arguments, objectMethodExecutor); 414var orderedArguments = PrepareArguments(arguments, objectMethodExecutor);