5 references to _currentPath
Microsoft.Extensions.AI.Abstractions (5)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (5)
498public int CurrentDepth => _currentPath.Count; 507_currentPath.Add(nodeId); 512_currentPath.RemoveAt(_currentPath.Count - 1); 548return new JsonSchemaExporterContext(typeInfo, baseTypeInfo, declaringType, propertyInfo, parameterInfo, propertyAttributeProvider, _currentPath.ToArray());