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