4 references to TestController
Microsoft.AspNetCore.Mvc.Core.Test (4)
ApplicationModels\ControllerModelTest.cs (4)
17var controller = new ControllerModel(typeof(TestController).GetTypeInfo(), 20var action = new ActionModel(typeof(TestController).GetMethod("Edit"), 65typeof(TestController).GetTypeInfo(), 81new PropertyModel(typeof(TestController).GetProperty("TestProperty"), new List<object>()));