1 write to MethodParameters
Microsoft.AspNetCore.Mvc.Core (1)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (1)
35
MethodParameters
= methodInfo.GetParameters();
2 references to MethodParameters
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ControllerActionInvoker.cs (1)
531
var declaredParameterInfos = actionMethodExecutor.
MethodParameters
;
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (1)
189
if (index < 0 || index >
MethodParameters
.Length - 1)