6 references to AllocationFreeMaxDepth
System.Text.Json (6)
System\Text\Json\BitStack.cs (6)
34
if (_currentDepth <
AllocationFreeMaxDepth
)
48
if (_currentDepth <
AllocationFreeMaxDepth
)
65
int index = _currentDepth -
AllocationFreeMaxDepth
;
102
if (_currentDepth <
AllocationFreeMaxDepth
)
107
else if (_currentDepth ==
AllocationFreeMaxDepth
)
121
int index = _currentDepth -
AllocationFreeMaxDepth
- 1;