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