1 write to MethodParameters
Microsoft.AspNetCore.Mvc.Core (1)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (1)
35MethodParameters = methodInfo.GetParameters();
3 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)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentInvoker.cs (1)
202var declaredParameterInfos = objectMethodExecutor.MethodParameters;