2 writes to _actionExecutingContext
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ControllerActionInvoker.cs (2)
92
_actionExecutingContext
= new ActionExecutingContextSealed(_controllerContext, _filters, _arguments!, _instance!);
102
_actionExecutingContext
= new ActionExecutingContextSealed(_controllerContext, _filters, _arguments!, _instance!);
13 references to _actionExecutingContext
Microsoft.AspNetCore.Mvc.Core (13)
Infrastructure\ControllerActionInvoker.cs (13)
90
if (
_actionExecutingContext
== null)
100
if (
_actionExecutingContext
== null)
117
Debug.Assert(
_actionExecutingContext
!= null);
120
var actionExecutingContext =
_actionExecutingContext
;
141
Debug.Assert(
_actionExecutingContext
!= null);
156
Result =
_actionExecutingContext
.Result,
172
Debug.Assert(
_actionExecutingContext
!= null);
175
var actionExecutingContext =
_actionExecutingContext
;
197
_actionExecutingContext
,
202
Result =
_actionExecutingContext
.Result,
221
Debug.Assert(
_actionExecutingContext
!= null);
342
Debug.Assert(
_actionExecutingContext
!= null);
343
if (
_actionExecutingContext
.Result != null)