6 references to _currentPath
System.Text.Json (6)
System\Text\Json\Schema\JsonSchemaExporter.cs (6)
414public int CurrentDepth => _currentPath.Count; 425_currentPath.Add(nodeId); 431_currentPath.RemoveAt(_currentPath.Count - 1); 443existingJsonPointer = FormatJsonPointer(_currentPath, depth); 461return new JsonSchemaExporterContext(typeInfo, propertyInfo, baseTypeInfo, _currentPath.ToArray());