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