1 write to MaxStateDepth
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\ModelStateDictionary.cs (1)
62
MaxStateDepth
= maxStateDepth;
4 references to MaxStateDepth
Microsoft.AspNetCore.Mvc.Abstractions (4)
ModelBinding\ModelStateDictionary.cs (4)
78
dictionary?.
MaxStateDepth
?? DefaultMaxRecursionDepth)
567
if (
MaxStateDepth
!= null && currentDepth >=
MaxStateDepth
)
569
throw new InvalidOperationException(Resources.FormatModelStateDictionary_MaxModelStateDepth(
MaxStateDepth
));