5 writes to _allocationFreeContainer
System.Text.Json (5)
System\Text\Json\BitStack.cs (5)
36_allocationFreeContainer = (_allocationFreeContainer << 1) | 1; 50_allocationFreeContainer <<= 1; 104_allocationFreeContainer >>= 1; 148_allocationFreeContainer = 1; 155_allocationFreeContainer = 0;
3 references to _allocationFreeContainer
System.Text.Json (3)
System\Text\Json\BitStack.cs (3)
36_allocationFreeContainer = (_allocationFreeContainer << 1) | 1; 105inObject = (_allocationFreeContainer & 1) != 0; 109inObject = (_allocationFreeContainer & 1) != 0;