1 write to _currentPath
Microsoft.AspNetCore.OpenApi (1)
Schemas\JsonSchemaMapper\JsonSchemaMapper.cs (1)
638_currentPath = configuration.AllowSchemaReferences ? new() : null;
7 references to _currentPath
Microsoft.AspNetCore.OpenApi (7)
Schemas\JsonSchemaMapper\JsonSchemaMapper.cs (7)
657Debug.Assert(_currentPath != null); 658_currentPath!.Add(nodeId); 669Debug.Assert(_currentPath != null); 670_currentPath!.RemoveAt(_currentPath.Count - 1); 682Debug.Assert(_currentPath != null); 697pointer = _currentDepth == 0 ? "#" : "#/" + string.Join("/", _currentPath);