1 write to MaxAllowedDepth
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Validation\DefaultObjectValidatorTests.cs (1)
1669
MaxAllowedDepth
= maxAllowedDepth;
2 references to MaxAllowedDepth
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Validation\DefaultObjectValidatorTests.cs (2)
1681
if (Depth ==
MaxAllowedDepth
- 1)
1686
return new DepthObject(
MaxAllowedDepth
, Depth + 1);