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