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