7 references to Person6
Microsoft.AspNetCore.Mvc.IntegrationTests (7)
ComplexTypeIntegrationTestBase.cs (7)
3321public Person6 Mother { get; set; } 3334ParameterType = typeof(Person6), 3360var model = Assert.IsType<Person6>(modelBindingResult.Model); 3385ParameterType = typeof(Person6), 3412var model = Assert.IsType<Person6>(modelBindingResult.Model);