2 references to DefaultMaxDepth
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
589
EffectiveMaxDepth = (value == 0 ?
DefaultMaxDepth
: value);
593
internal int EffectiveMaxDepth { get; private set; } =
DefaultMaxDepth
;