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