6 writes to _curIdx
System.Text.Json (6)
System\Text\Json\Document\JsonElement.ArrayEnumerator.cs (6)
25
_curIdx
= -1;
56
ator.
_curIdx
= -1;
69
_curIdx
= _endIdxOrVersion;
75
_curIdx
= -1;
91
_curIdx
= _target._idx + JsonDocument.DbRow.Size;
95
_curIdx
= _target._parent.GetEndIndex(_curIdx, includeEndElement: true);
6 references to _curIdx
System.Text.Json (6)
System\Text\Json\Document\JsonElement.ArrayEnumerator.cs (6)
37
if (
_curIdx
< 0)
42
return new JsonElement(_target._parent,
_curIdx
);
84
if (
_curIdx
>= _endIdxOrVersion)
89
if (
_curIdx
< 0)
95
_curIdx = _target._parent.GetEndIndex(
_curIdx
, includeEndElement: true);
98
return
_curIdx
< _endIdxOrVersion;