2 writes to _actionExecutingContext
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ControllerActionInvoker.cs (2)
94
_actionExecutingContext
= new ActionExecutingContextSealed(_controllerContext, _filters, _arguments!, _instance!);
104
_actionExecutingContext
= new ActionExecutingContextSealed(_controllerContext, _filters, _arguments!, _instance!);
13 references to _actionExecutingContext
Microsoft.AspNetCore.Mvc.Core (13)
Infrastructure\ControllerActionInvoker.cs (13)
92
if (
_actionExecutingContext
== null)
102
if (
_actionExecutingContext
== null)
119
Debug.Assert(
_actionExecutingContext
!= null);
122
var actionExecutingContext =
_actionExecutingContext
;
143
Debug.Assert(
_actionExecutingContext
!= null);
158
Result =
_actionExecutingContext
.Result,
174
Debug.Assert(
_actionExecutingContext
!= null);
177
var actionExecutingContext =
_actionExecutingContext
;
199
_actionExecutingContext
,
204
Result =
_actionExecutingContext
.Result,
223
Debug.Assert(
_actionExecutingContext
!= null);
344
Debug.Assert(
_actionExecutingContext
!= null);
345
if (
_actionExecutingContext
.Result != null)