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)
90if (_actionExecutingContext == null) 100if (_actionExecutingContext == null) 117Debug.Assert(_actionExecutingContext != null); 120var actionExecutingContext = _actionExecutingContext; 141Debug.Assert(_actionExecutingContext != null); 156Result = _actionExecutingContext.Result, 172Debug.Assert(_actionExecutingContext != null); 175var actionExecutingContext = _actionExecutingContext; 197_actionExecutingContext, 202Result = _actionExecutingContext.Result, 221Debug.Assert(_actionExecutingContext != null); 342Debug.Assert(_actionExecutingContext != null); 343if (_actionExecutingContext.Result != null)