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