4 writes to _handlerExecutedContext
Microsoft.AspNetCore.Mvc.RazorPages (4)
Infrastructure\PageActionInvoker.cs (4)
509_handlerExecutedContext = new PageHandlerExecutedContext( 557_handlerExecutedContext = new PageHandlerExecutedContext( 624_handlerExecutedContext = new PageHandlerExecutedContext(_pageContext, _filters, _handler!, _instance!) 666_handlerExecutedContext = new PageHandlerExecutedContext(_pageContext, _filters, _handler!, _instance!)
9 references to _handlerExecutedContext
Microsoft.AspNetCore.Mvc.RazorPages (9)
Infrastructure\PageActionInvoker.cs (9)
504if (_handlerExecutedContext == null) 520_diagnosticListener.AfterOnPageHandlerExecution(_handlerExecutedContext, filter); 584Debug.Assert(_handlerExecutedContext != null); 587var handlerExecutedContext = _handlerExecutedContext; 622if (_handlerExecutedContext == null) 634var handlerExecutedContext = _handlerExecutedContext; 672Debug.Assert(_handlerExecutedContext != null); 692Debug.Assert(_handlerExecutedContext != null); 693return _handlerExecutedContext;