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