2 instantiations of ActionExecutingContextSealed
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!);
3 references to ActionExecutingContextSealed
Microsoft.AspNetCore.Mvc.Core (3)
Infrastructure\ControllerActionInvoker.cs (3)
27
private
ActionExecutingContextSealed
? _actionExecutingContext;
120
var
actionExecutingContext = _actionExecutingContext;
175
var
actionExecutingContext = _actionExecutingContext;