2 writes to _bitStack
System.Text.Json (2)
System\Text\Json\Reader\Utf8JsonReader.cs (1)
233
_bitStack
= state._bitStack;
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (1)
44
_bitStack
= state._bitStack;
21 references to _bitStack
System.Text.Json (21)
System\Text\Json\Reader\Utf8JsonReader.cs (15)
109
int readerDepth =
_bitStack
.CurrentDepth;
198
bitStack:
_bitStack
741
if (
_bitStack
.CurrentDepth >= _readerOptions.MaxDepth)
744
_bitStack
.PushTrue();
755
if (!_inObject ||
_bitStack
.CurrentDepth <= 0)
775
if (
_bitStack
.CurrentDepth >= _readerOptions.MaxDepth)
778
_bitStack
.PushFalse();
789
if (_inObject ||
_bitStack
.CurrentDepth <= 0)
812
_inObject =
_bitStack
.Pop();
923
if (
_bitStack
.CurrentDepth != 0)
964
_bitStack
.SetFirstBit();
974
_bitStack
.ResetFirstBit();
1745
if (
_bitStack
.CurrentDepth == 0)
1872
if (
_bitStack
.CurrentDepth == 0 && _tokenType != JsonTokenType.None)
2215
else if (
_bitStack
.CurrentDepth == 0)
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (6)
231
if (
_bitStack
.CurrentDepth != 0)
339
_bitStack
.SetFirstBit();
349
_bitStack
.ResetFirstBit();
1577
if (
_bitStack
.CurrentDepth == 0)
1713
if (
_bitStack
.CurrentDepth == 0 && _tokenType != JsonTokenType.None)
2071
else if (
_bitStack
.CurrentDepth == 0)