3 references to MaxErrorCount
Microsoft.AspNetCore.Http.Extensions (3)
src\aspnetcore\src\Components\Endpoints\src\FormMapping\FormDataReader.cs (3)
69
if (_errorCount ==
MaxErrorCount
)
73
FormattableStringFactory.Create($"Maximum number of errors ({
MaxErrorCount
}) reached. Further errors will be suppressed."),
77
if (_errorCount >=
MaxErrorCount
)