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)
502
if (CurrentDepth ==
_maxDepth
)