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