2 writes to _handlerExecutingContext
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageActionInvoker.cs (2)
447
_handlerExecutingContext
= new PageHandlerExecutingContext(_pageContext, _filters, _handler, _arguments, _instance);
457
_handlerExecutingContext
= new PageHandlerExecutingContext(_pageContext, _filters, _handler, _arguments, _instance);
12 references to _handlerExecutingContext
Microsoft.AspNetCore.Mvc.RazorPages (12)
Infrastructure\PageActionInvoker.cs (12)
445
if (
_handlerExecutingContext
== null)
455
if (
_handlerExecutingContext
== null)
472
Debug.Assert(
_handlerExecutingContext
!= null);
475
var handlerExecutingContext =
_handlerExecutingContext
;
496
Debug.Assert(
_handlerExecutingContext
!= null);
514
Result =
_handlerExecutingContext
.Result,
530
Debug.Assert(
_handlerExecutingContext
!= null);
534
var handlerExecutingContext =
_handlerExecutingContext
;
562
Result =
_handlerExecutingContext
.Result,
581
Debug.Assert(
_handlerExecutingContext
!= null);
675
Debug.Assert(
_handlerExecutingContext
!= null);
676
if (
_handlerExecutingContext
.Result != null)