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