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