2 writes to _currentDepth
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\FormDataReader.cs (2)
201
_currentDepth
--;
224
_currentDepth
++;
4 references to _currentDepth
Microsoft.AspNetCore.Components.Endpoints (4)
FormMapping\FormDataReader.cs (4)
196
if (
_currentDepth
> MaxRecursionDepth)
202
Debug.Assert(
_currentDepth
>= 0);
230
if (
_currentDepth
> MaxRecursionDepth)
324
$"Key count = {_readOnlyMemoryKeys.Count}, Prefix = {_currentPrefixBuffer}, Error count = {_errorCount}, Current depth = {
_currentDepth
}";