2 references to DefaultMaxDepth
System.Text.Json (2)
System\Text\Json\Document\JsonDocument.Parse.cs (2)
726
var stack = new StackRowStack(JsonDocumentOptions.
DefaultMaxDepth
* StackRow.Size);
779
var stack = new StackRowStack(JsonDocumentOptions.
DefaultMaxDepth
* StackRow.Size);