5 instantiations of ActionExecutedContextSealed
Microsoft.AspNetCore.Mvc.Core (5)
Infrastructure\ControllerActionInvoker.cs (5)
150
_actionExecutedContext = new
ActionExecutedContextSealed
(
196
_actionExecutedContext = new
ActionExecutedContextSealed
(
262
_actionExecutedContext = new
ActionExecutedContextSealed
(_controllerContext, _filters, _instance!)
308
_actionExecutedContext = new
ActionExecutedContextSealed
(_controllerContext, _filters, _instance!)
330
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;
225
var
actionExecutedContext = _actionExecutedContext;
272
var
actionExecutedContext = _actionExecutedContext;
492
private static void Rethrow(
ActionExecutedContextSealed
? context)