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