4 references to ThreeDeepModel
Microsoft.AspNetCore.Mvc.IntegrationTests (4)
ComplexTypeIntegrationTestBase.cs (4)
3586
ParameterType = typeof(
ThreeDeepModel
),
3605
var
model = Assert.IsType<
ThreeDeepModel
>(result.Model);
3616
public
ThreeDeepModel
Inner { get; set; }