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