2 writes to _handler
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageActionInvoker.cs (2)
314_handler = SelectHandler(); 420_handler = _handlerSelectedContext.HandlerMethod;
13 references to _handler
Microsoft.AspNetCore.Mvc.RazorPages (13)
Infrastructure\PageActionInvoker.cs (13)
182if (_actionDescriptor.BoundProperties.Count == 0 && (_handler == null || _handler.Parameters.Count == 0)) 196if (_handler == null) 206if (object.ReferenceEquals(_handler, _actionDescriptor.HandlerMethods[i])) 250var handler = _handler; 330HandlerMethod = _handler, 343HandlerMethod = _handler, 447_handlerExecutingContext = new PageHandlerExecutingContext(_pageContext, _filters, _handler, _arguments, _instance); 457_handlerExecutingContext = new PageHandlerExecutingContext(_pageContext, _filters, _handler, _arguments, _instance); 510_handler, 558_handler, 622_handlerExecutedContext = new PageHandlerExecutedContext(_pageContext, _filters, _handler!, _instance!) 664_handlerExecutedContext = new PageHandlerExecutedContext(_pageContext, _filters, _handler!, _instance!)