34 instantiations of ControllerModel
ApplicationModelWebSite (1)
Microsoft.AspNetCore.Mvc.Core (1)
Microsoft.AspNetCore.Mvc.Core.Test (31)
DependencyInjection\ApplicationModelConventionExtensionsTest.cs (14)
18var controllerModel = new ControllerModel(controllerType.GetTypeInfo(), Array.Empty<object>());
47var controllerModel1 = new ControllerModel(controllerType1, Array.Empty<object>())
57var controllerModel2 = new ControllerModel(controllerType2, Array.Empty<object>())
95var controllerModel1 = new ControllerModel(controllerType1, Array.Empty<object>())
115var controllerModel2 = new ControllerModel(controllerType2, Array.Empty<object>())
153app.Controllers.Add(new ControllerModel(typeof(HelloController).GetTypeInfo(), Array.Empty<object>()));
154app.Controllers.Add(new ControllerModel(typeof(WorldController).GetTypeInfo(), Array.Empty<object>()));
194new ControllerModel(typeof(HelloController).GetTypeInfo(), Array.Empty<object>())
214new ControllerModel(typeof(HelloController).GetTypeInfo(), new[] { controllerModelConvention })
231var controllerModel = new ControllerModel(controllerType, Array.Empty<object>())
256var controllerModel = new ControllerModel(controllerType, Array.Empty<object>())
282var controllerModel = new ControllerModel(controllerType, Array.Empty<object>())
305var controllerModel = new ControllerModel(controllerType, Array.Empty<object>())
338var controllerModel = new ControllerModel(controllerType, Array.Empty<object>())
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
140 references to ControllerModel
ApiExplorerWebSite (3)
ApplicationModelWebSite (8)
Microsoft.AspNetCore.Mvc.Core (43)
Microsoft.AspNetCore.Mvc.Core.Test (57)
DependencyInjection\ApplicationModelConventionExtensionsTest.cs (13)
18var controllerModel = new ControllerModel(controllerType.GetTypeInfo(), Array.Empty<object>());
47var controllerModel1 = new ControllerModel(controllerType1, Array.Empty<object>())
57var controllerModel2 = new ControllerModel(controllerType2, Array.Empty<object>())
95var controllerModel1 = new ControllerModel(controllerType1, Array.Empty<object>())
115var controllerModel2 = new ControllerModel(controllerType2, Array.Empty<object>())
161foreach (var controller in app.Controllers)
231var controllerModel = new ControllerModel(controllerType, Array.Empty<object>())
256var controllerModel = new ControllerModel(controllerType, Array.Empty<object>())
282var controllerModel = new ControllerModel(controllerType, Array.Empty<object>())
305var controllerModel = new ControllerModel(controllerType, Array.Empty<object>())
338var controllerModel = new ControllerModel(controllerType, Array.Empty<object>())
448public void Apply(ControllerModel controller)
456public void Apply(ControllerModel controller)
Microsoft.AspNetCore.Mvc.Cors (1)
Microsoft.AspNetCore.Mvc.Cors.Test (10)
Microsoft.AspNetCore.Mvc.IntegrationTests (4)
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (11)