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