1 write to _errorCount
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\FormDataReader.cs (1)
66
_errorCount
++;
3 references to _errorCount
Microsoft.AspNetCore.Components.Endpoints (3)
FormMapping\FormDataReader.cs (3)
67
if (
_errorCount
== MaxErrorCount)
75
if (
_errorCount
>= MaxErrorCount)
324
$"Key count = {_readOnlyMemoryKeys.Count}, Prefix = {_currentPrefixBuffer}, Error count = {
_errorCount
}, Current depth = {_currentDepth}";