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