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