2 writes to _currentDepth
Microsoft.AspNetCore.Http.Extensions (2)
src\aspnetcore\src\Components\Endpoints\src\FormMapping\FormDataReader.cs (2)
194
_currentDepth
--;
217
_currentDepth
++;
4 references to _currentDepth
Microsoft.AspNetCore.Http.Extensions (4)
src\aspnetcore\src\Components\Endpoints\src\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
}";