3 references to DepthObject
Microsoft.AspNetCore.Mvc.Core.Test (3)
ModelBinding\Validation\DefaultObjectValidatorTests.cs (3)
1272
var model = new
DepthObject
(maxDepth);
1292
var model = new
DepthObject
(maxDepth - 1);
1686
return new
DepthObject
(MaxAllowedDepth, Depth + 1);