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)
502
if (
_handlerExecutedContext
== null)
518
_diagnosticListener.AfterOnPageHandlerExecution(
_handlerExecutedContext
, filter);
582
Debug.Assert(
_handlerExecutedContext
!= null);
585
var handlerExecutedContext =
_handlerExecutedContext
;
620
if (
_handlerExecutedContext
== null)
632
var handlerExecutedContext =
_handlerExecutedContext
;
670
Debug.Assert(
_handlerExecutedContext
!= null);
690
Debug.Assert(
_handlerExecutedContext
!= null);
691
return
_handlerExecutedContext
;