2 references to 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!);