1 write to MethodParameters
Microsoft.AspNetCore.Mvc.Core (1)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (1)
36MethodParameters = 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)
143if (index < 0 || index > MethodParameters.Length - 1)