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