5 references to _currentPath
System.Text.Json (5)
System\Text\Json\Schema\JsonSchemaExporter.cs (5)
534public int CurrentDepth => _currentPath.Count; 545_currentPath.Add(nodeId); 551_currentPath.RemoveAt(_currentPath.Count - 1); 581return new JsonSchemaExporterContext(typeInfo, propertyInfo, baseTypeInfo, [.. _currentPath]);