1 write to MethodInfo
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentDescriptorProvider.cs (1)
56
MethodInfo
= 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)
49
var methodInfo = viewComponentContext.ViewComponentDescriptor?.
MethodInfo
;
53
nameof(ViewComponentDescriptor.
MethodInfo
),
61
viewComponentDescriptor.
MethodInfo
,