1 write to _maxDepth
Microsoft.Extensions.AI.Abstractions (1)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (1)
493_maxDepth = options.MaxDepth is 0 ? DefaultMaxDepth : options.MaxDepth;
1 reference to _maxDepth
Microsoft.Extensions.AI.Abstractions (1)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (1)
502if (CurrentDepth == _maxDepth)