5 writes to _allocationFreeContainer
System.Text.Json (5)
System\Text\Json\BitStack.cs (5)
43_allocationFreeContainer = (_allocationFreeContainer << 1) | 1; 60_allocationFreeContainer <<= 1; 121_allocationFreeContainer >>= 1; 181_allocationFreeContainer = 1; 191_allocationFreeContainer = 0;
4 references to _allocationFreeContainer
System.Text.Json (4)
System\Text\Json\BitStack.cs (4)
43_allocationFreeContainer = (_allocationFreeContainer << 1) | 1; 122inObject = (_allocationFreeContainer & 1) != 0; 126inObject = (_allocationFreeContainer & 1) != 0; 160=> _currentDepth <= AllocationFreeMaxDepth ? (_allocationFreeContainer & 1) != 0 : PeekInArray();