2 instantiations of StackRowStack
System.Text.Json (2)
System\Text\Json\Document\JsonDocument.Parse.cs (2)
704
var stack = new
StackRowStack
(JsonDocumentOptions.DefaultMaxDepth * StackRow.Size);
747
var stack = new
StackRowStack
(JsonDocumentOptions.DefaultMaxDepth * StackRow.Size);
4 references to StackRowStack
System.Text.Json (4)
System\Text\Json\Document\JsonDocument.cs (1)
950
ref
StackRowStack
stack)
System\Text\Json\Document\JsonDocument.Parse.cs (3)
704
var
stack = new StackRowStack(JsonDocumentOptions.DefaultMaxDepth * StackRow.Size);
741
StackRowStack
stack = default;
747
var
stack = new StackRowStack(JsonDocumentOptions.DefaultMaxDepth * StackRow.Size);