3 writes to _currentDepth
Microsoft.AspNetCore.OpenApi (3)
Schemas\JsonSchemaMapper\JsonSchemaMapper.cs (3)
639_currentDepth = 0; 653_currentDepth++; 665_currentDepth--;
4 references to _currentDepth
Microsoft.AspNetCore.OpenApi (4)
Schemas\JsonSchemaMapper\JsonSchemaMapper.cs (4)
644public readonly int CurrentDepth => _currentDepth; 648if (_currentDepth == Configuration.MaxDepth) 664Debug.Assert(_currentDepth > 0); 697pointer = _currentDepth == 0 ? "#" : "#/" + string.Join("/", _currentPath);