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)
504
if (
_handlerExecutedContext
== null)
520
_diagnosticListener.AfterOnPageHandlerExecution(
_handlerExecutedContext
, filter);
584
Debug.Assert(
_handlerExecutedContext
!= null);
587
var handlerExecutedContext =
_handlerExecutedContext
;
622
if (
_handlerExecutedContext
== null)
634
var handlerExecutedContext =
_handlerExecutedContext
;
672
Debug.Assert(
_handlerExecutedContext
!= null);
692
Debug.Assert(
_handlerExecutedContext
!= null);
693
return
_handlerExecutedContext
;