4 writes to _handlerExecutedContext
Microsoft.AspNetCore.Mvc.RazorPages (4)
Infrastructure\PageActionInvoker.cs (4)
507_handlerExecutedContext = new PageHandlerExecutedContext( 555_handlerExecutedContext = new PageHandlerExecutedContext( 622_handlerExecutedContext = new PageHandlerExecutedContext(_pageContext, _filters, _handler!, _instance!) 664_handlerExecutedContext = new PageHandlerExecutedContext(_pageContext, _filters, _handler!, _instance!)
9 references to _handlerExecutedContext
Microsoft.AspNetCore.Mvc.RazorPages (9)
Infrastructure\PageActionInvoker.cs (9)
502if (_handlerExecutedContext == null) 518_diagnosticListener.AfterOnPageHandlerExecution(_handlerExecutedContext, filter); 582Debug.Assert(_handlerExecutedContext != null); 585var handlerExecutedContext = _handlerExecutedContext; 620if (_handlerExecutedContext == null) 632var handlerExecutedContext = _handlerExecutedContext; 670Debug.Assert(_handlerExecutedContext != null); 690Debug.Assert(_handlerExecutedContext != null); 691return _handlerExecutedContext;