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