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)
89controllerContext.ModelState.MaxValidationDepth = _maxValidationDepth;