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