13 references to ControllerContext
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvokerProvider.cs (1)
66var controllerContext = new ControllerContext(context.ActionContext)
Microsoft.AspNetCore.Mvc.Core.Test (10)
ControllerBaseTest.cs (2)
2337var context = new ControllerContext(new ActionContext( 2457var context = new ControllerContext(new ActionContext(
Controllers\DefaultControllerActivatorTest.cs (2)
30var context = new ControllerContext( 130var context = new ControllerContext(
Controllers\ServiceBasedControllerActivatorTest.cs (2)
27var context = new ControllerContext(new ActionContext( 56var context = new ControllerContext(
Filters\MiddlewareFilterTest.cs (1)
430var controllerContext = new ControllerContext(actionContext)
Infrastructure\ControllerActionInvokerCacheTest.cs (1)
124return new ControllerContext(actionContext);
Infrastructure\ControllerActionInvokerTest.cs (2)
1411var controllerContext = new ControllerContext(actionContext) 1764var controllerContext = new ControllerContext(actionContext)
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
TryValidateModelIntegrationTest.cs (1)
217controller.ControllerContext = new ControllerContext(actionContext);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
ControllerTest.cs (1)
413var controllerContext = new ControllerContext(actionContext);