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