7 references to AllocationFreeMaxDepth
System.Text.Json (7)
System\Text\Json\BitStack.cs (7)
41
if (_currentDepth <
AllocationFreeMaxDepth
)
58
if (_currentDepth <
AllocationFreeMaxDepth
)
78
int index = _currentDepth -
AllocationFreeMaxDepth
;
119
if (_currentDepth <
AllocationFreeMaxDepth
)
124
else if (_currentDepth ==
AllocationFreeMaxDepth
)
143
int index = _currentDepth -
AllocationFreeMaxDepth
- 1;
160
=> _currentDepth <=
AllocationFreeMaxDepth
? (_allocationFreeContainer & 1) != 0 : PeekInArray();