1 write to MethodInfo
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentDescriptorProvider.cs (1)
56MethodInfo = methodInfo,
4 references to MethodInfo
Microsoft.AspNetCore.Mvc.ViewFeatures (4)
ViewComponents\ViewComponentDescriptor.cs (1)
125/// Gets or sets the parameters associated with the method described by <see cref="MethodInfo"/>.
ViewComponents\ViewComponentInvokerCache.cs (3)
49var methodInfo = viewComponentContext.ViewComponentDescriptor?.MethodInfo; 53nameof(ViewComponentDescriptor.MethodInfo), 61viewComponentDescriptor.MethodInfo,