5 instantiations of ActionExecutedContextSealed
Microsoft.AspNetCore.Mvc.Core (5)
Infrastructure\ControllerActionInvoker.cs (5)
152
_actionExecutedContext = new
ActionExecutedContextSealed
(
198
_actionExecutedContext = new
ActionExecutedContextSealed
(
264
_actionExecutedContext = new
ActionExecutedContextSealed
(_controllerContext, _filters, _instance!)
310
_actionExecutedContext = new
ActionExecutedContextSealed
(_controllerContext, _filters, _instance!)
332
invoker._actionExecutedContext = new
ActionExecutedContextSealed
(invoker._controllerContext, invoker._filters, invoker._instance!)
4 references to ActionExecutedContextSealed
Microsoft.AspNetCore.Mvc.Core (4)
Infrastructure\ControllerActionInvoker.cs (4)
28
private
ActionExecutedContextSealed
? _actionExecutedContext;
227
var
actionExecutedContext = _actionExecutedContext;
274
var
actionExecutedContext = _actionExecutedContext;
494
private static void Rethrow(
ActionExecutedContextSealed
? context)