2 writes to _currentDepth
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\FormDataReader.cs (2)
194
_currentDepth
--;
217
_currentDepth
++;
4 references to _currentDepth
Microsoft.AspNetCore.Components.Endpoints (4)
FormMapping\FormDataReader.cs (4)
189
if (
_currentDepth
> MaxRecursionDepth)
195
Debug.Assert(
_currentDepth
>= 0);
223
if (
_currentDepth
> MaxRecursionDepth)
317
$"Key count = {_readOnlyMemoryKeys.Count}, Prefix = {_currentPrefixBuffer}, Error count = {_errorCount}, Current depth = {
_currentDepth
}";