1 write to _target
System.Text.Json (1)
System\Text\Json\Document\JsonElement.ArrayEnumerator.cs (1)
24_target = target;
4 references to _target
System.Text.Json (4)
System\Text\Json\Document\JsonElement.ArrayEnumerator.cs (4)
29_endIdxOrVersion = target._parent.GetEndIndex(_target._idx, includeEndElement: false); 42return new JsonElement(_target._parent, _curIdx); 91_curIdx = _target._idx + JsonDocument.DbRow.Size; 95_curIdx = _target._parent.GetEndIndex(_curIdx, includeEndElement: true);