1 write to _errorCount
Microsoft.AspNetCore.Http.Extensions (1)
src\aspnetcore\src\Components\Endpoints\src\FormMapping\FormDataReader.cs (1)
68
_errorCount
++;
3 references to _errorCount
Microsoft.AspNetCore.Http.Extensions (3)
src\aspnetcore\src\Components\Endpoints\src\FormMapping\FormDataReader.cs (3)
69
if (
_errorCount
== MaxErrorCount)
77
if (
_errorCount
>= MaxErrorCount)
317
$"Key count = {_readOnlyMemoryKeys.Count}, Prefix = {_currentPrefixBuffer}, Error count = {
_errorCount
}, Current depth = {_currentDepth}";