5 writes to HandlerMethod
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageActionInvoker.cs (2)
330HandlerMethod = _handler, 343HandlerMethod = _handler,
Microsoft.AspNetCore.Mvc.RazorPages.Test (2)
Infrastructure\PageActionInvokerTest.cs (2)
366handler = c.HandlerMethod = c.ActionDescriptor.HandlerMethods[1]; 420handler = c.HandlerMethod = c.ActionDescriptor.HandlerMethods[1];
RazorPagesWebSite (1)
ModelWithPageFilter.cs (1)
30context.HandlerMethod = context.ActionDescriptor.HandlerMethods.First(m => m.Name == "Edit");
3 references to HandlerMethod
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvoker.cs (1)
420_handler = _handlerSelectedContext.HandlerMethod;
Microsoft.AspNetCore.Mvc.RazorPages.Test (2)
Infrastructure\PageActionInvokerTest.cs (2)
381.Callback<PageHandlerSelectedContext>(c => Assert.Same(handler, c.HandlerMethod)) 436.Callback<PageHandlerSelectedContext>(c => Assert.Same(handler, c.HandlerMethod))