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