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)
189if (_currentDepth > MaxRecursionDepth) 195Debug.Assert(_currentDepth >= 0); 223if (_currentDepth > MaxRecursionDepth) 317$"Key count = {_readOnlyMemoryKeys.Count}, Prefix = {_currentPrefixBuffer}, Error count = {_errorCount}, Current depth = {_currentDepth}";