1 write to _maxModelBindingRecursionDepth
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvokerProvider.cs (1)
54
_maxModelBindingRecursionDepth
= optionsAccessor.Value.MaxModelBindingRecursionDepth;
1 reference to _maxModelBindingRecursionDepth
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvokerProvider.cs (1)
79
controllerContext.ModelState.MaxStateDepth =
_maxModelBindingRecursionDepth
;