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