3 references to DefaultMaxDepth
System.Text.Json (3)
System\Text\Json\Reader\Utf8JsonReader.cs (1)
231_readerOptions.MaxDepth = JsonReaderOptions.DefaultMaxDepth; // If max depth is not set, revert to the default depth.
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (1)
42_readerOptions.MaxDepth = JsonReaderOptions.DefaultMaxDepth; // If max depth is not set, revert to the default depth.
System\Text\Json\Serialization\JsonSerializerOptions.cs (1)
28internal const int DefaultMaxDepth = JsonReaderOptions.DefaultMaxDepth;