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