1 write to _maxValidationDepth
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvokerProvider.cs (1)
49
_maxValidationDepth
= optionsAccessor.Value.MaxValidationDepth;
1 reference to _maxValidationDepth
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvokerProvider.cs (1)
72
controllerContext.ModelState.MaxValidationDepth =
_maxValidationDepth
;