3 references to HasReachedMaxErrors
Microsoft.AspNetCore.Mvc.Core (3)
ModelBinding\Validation\ValidationVisitor.cs (3)
318if (ModelState.HasReachedMaxErrors) 392if ((isValid || ValidateComplexTypesIfChildValidationFails) && !ModelState.HasReachedMaxErrors) 406if (ModelState.HasReachedMaxErrors)