2 writes to _handler
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageActionInvoker.cs (2)
316_handler = SelectHandler(); 422_handler = _handlerSelectedContext.HandlerMethod;
13 references to _handler
Microsoft.AspNetCore.Mvc.RazorPages (13)
Infrastructure\PageActionInvoker.cs (13)
184if (_actionDescriptor.BoundProperties.Count == 0 && (_handler == null || _handler.Parameters.Count == 0)) 198if (_handler == null) 208if (object.ReferenceEquals(_handler, _actionDescriptor.HandlerMethods[i])) 252var handler = _handler; 332HandlerMethod = _handler, 345HandlerMethod = _handler, 449_handlerExecutingContext = new PageHandlerExecutingContext(_pageContext, _filters, _handler, _arguments, _instance); 459_handlerExecutingContext = new PageHandlerExecutingContext(_pageContext, _filters, _handler, _arguments, _instance); 512_handler, 560_handler, 624_handlerExecutedContext = new PageHandlerExecutedContext(_pageContext, _filters, _handler!, _instance!) 666_handlerExecutedContext = new PageHandlerExecutedContext(_pageContext, _filters, _handler!, _instance!)