1 write to _errorCount
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\FormDataReader.cs (1)
68
_errorCount
++;
3 references to _errorCount
Microsoft.AspNetCore.Components.Endpoints (3)
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}";