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;
105
inObject = (
_allocationFreeContainer
& 1) != 0;
109
inObject = (
_allocationFreeContainer
& 1) != 0;