8 references to TestController
Microsoft.AspNetCore.Mvc.IntegrationTests (8)
ServicesModelBinderIntegrationTest.cs (8)
200var parameters = typeof(TestController).GetMethod(nameof(TestController.Action)).GetParameters(); 233var parameters = typeof(TestController).GetMethod(nameof(TestController.Action)).GetParameters(); 269var parameters = typeof(TestController).GetMethod(nameof(TestController.ActionWithDefaultValue)).GetParameters(); 302var parameters = typeof(TestController).GetMethod(nameof(TestController.ActionWithDefaultValue)).GetParameters();