7 references to ActionDescriptor
Microsoft.AspNetCore.Mvc.RazorPages (4)
MvcRazorPagesDiagnosticListenerExtensions.cs (4)
288
handlerSelectedContext.
ActionDescriptor
,
318
handlerSelectedContext.
ActionDescriptor
,
348
handlerSelectedContext.
ActionDescriptor
,
378
handlerSelectedContext.
ActionDescriptor
,
Microsoft.AspNetCore.Mvc.RazorPages.Test (2)
Infrastructure\PageActionInvokerTest.cs (2)
366
handler = c.HandlerMethod = c.
ActionDescriptor
.HandlerMethods[1];
420
handler = c.HandlerMethod = c.
ActionDescriptor
.HandlerMethods[1];
RazorPagesWebSite (1)
ModelWithPageFilter.cs (1)
30
context.HandlerMethod = context.
ActionDescriptor
.HandlerMethods.First(m => m.Name == "Edit");