2 writes to _handlerExecutingContext
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageActionInvoker.cs (2)
449
_handlerExecutingContext
= new PageHandlerExecutingContext(_pageContext, _filters, _handler, _arguments, _instance);
459
_handlerExecutingContext
= new PageHandlerExecutingContext(_pageContext, _filters, _handler, _arguments, _instance);
12 references to _handlerExecutingContext
Microsoft.AspNetCore.Mvc.RazorPages (12)
Infrastructure\PageActionInvoker.cs (12)
447
if (
_handlerExecutingContext
== null)
457
if (
_handlerExecutingContext
== null)
474
Debug.Assert(
_handlerExecutingContext
!= null);
477
var handlerExecutingContext =
_handlerExecutingContext
;
498
Debug.Assert(
_handlerExecutingContext
!= null);
516
Result =
_handlerExecutingContext
.Result,
532
Debug.Assert(
_handlerExecutingContext
!= null);
536
var handlerExecutingContext =
_handlerExecutingContext
;
564
Result =
_handlerExecutingContext
.Result,
583
Debug.Assert(
_handlerExecutingContext
!= null);
677
Debug.Assert(
_handlerExecutingContext
!= null);
678
if (
_handlerExecutingContext
.Result != null)