7 writes to _curIdx
System.Text.Json (7)
System\Text\Json\Document\JsonElement.ObjectEnumerator.cs (7)
25
_curIdx
= -1;
61
ator.
_curIdx
= -1;
74
_curIdx
= _endIdxOrVersion;
80
_curIdx
= -1;
96
_curIdx
= _target._idx + JsonDocument.DbRow.Size;
100
_curIdx
= _target._parent.GetEndIndex(_curIdx, includeEndElement: true);
104
_curIdx
+= JsonDocument.DbRow.Size;
6 references to _curIdx
System.Text.Json (6)
System\Text\Json\Document\JsonElement.ObjectEnumerator.cs (6)
36
if (
_curIdx
< 0)
41
return new JsonProperty(new JsonElement(_target._parent,
_curIdx
));
89
if (
_curIdx
>= _endIdxOrVersion)
94
if (
_curIdx
< 0)
100
_curIdx = _target._parent.GetEndIndex(
_curIdx
, includeEndElement: true);
106
return
_curIdx
< _endIdxOrVersion;