7 writes to _inObject
System.Text.Json (7)
System\Text\Json\Reader\Utf8JsonReader.cs (5)
222
_inObject
= state._inObject;
750
_inObject
= true;
784
_inObject
= false;
812
_inObject
= _bitStack.Pop();
969
_inObject
= true;
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (2)
33
_inObject
= state._inObject;
344
_inObject
= true;
14 references to _inObject
System.Text.Json (14)
System\Text\Json\Reader\Utf8JsonReader.cs (9)
119
internal readonly bool IsInArray => !
_inObject
;
191
inObject:
_inObject
,
755
if (!
_inObject
|| _bitStack.CurrentDepth <= 0)
789
if (
_inObject
|| _bitStack.CurrentDepth <= 0)
1792
if (
_inObject
)
1845
_tokenType =
_inObject
? JsonTokenType.StartObject : JsonTokenType.StartArray;
1936
if (
_inObject
)
2044
if (
_inObject
)
2260
if (
_inObject
)
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (5)
1633
if (
_inObject
)
1686
_tokenType =
_inObject
? JsonTokenType.StartObject : JsonTokenType.StartArray;
1786
if (
_inObject
)
1896
if (
_inObject
)
2125
if (
_inObject
)