1 write to _maxValidationDepth
Microsoft.AspNetCore.Mvc.Core (1)
Routing\ControllerRequestDelegateFactory.cs (1)
51
_maxValidationDepth
= optionsAccessor.Value.MaxValidationDepth;
1 reference to _maxValidationDepth
Microsoft.AspNetCore.Mvc.Core (1)
Routing\ControllerRequestDelegateFactory.cs (1)
89
controllerContext.ModelState.MaxValidationDepth =
_maxValidationDepth
;