4 references to DefaultMaxRecursionDepth
Microsoft.AspNetCore.Mvc.Abstractions (4)
ModelBinding\ModelStateDictionary.cs (4)
51: this(maxAllowedErrors, maxValidationDepth: DefaultMaxRecursionDepth, maxStateDepth: DefaultMaxRecursionDepth) 77dictionary?.MaxValidationDepth ?? DefaultMaxRecursionDepth, 78dictionary?.MaxStateDepth ?? DefaultMaxRecursionDepth)