6 references to TestController
Microsoft.AspNetCore.Http.Abstractions.Tests (6)
Validation\RuntimeValidatableParameterInfoResolverTests.cs (6)
83var parameterInfo = typeof(TestController) 84.GetMethod(nameof(TestController.MethodWithAttributedParam))! 99var parameterInfo = typeof(TestController) 100.GetMethod(nameof(TestController.MethodWithDisplayAttribute))! 115var parameterInfo = typeof(TestController) 116.GetMethod(nameof(TestController.MethodWithNullDisplayName))!