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)
28
internal const int DefaultMaxDepth = JsonReaderOptions.
DefaultMaxDepth
;