2 references to CurrentDepth
System.Text.Json (2)
System\Text\Json\Schema\JsonSchemaExporter.cs (2)
419
if (
CurrentDepth
== Options.EffectiveMaxDepth)
429
Debug.Assert(
CurrentDepth
> 0);