3 writes to _index
System.Private.Xml (3)
System\Xml\Dom\XPathNodeList.cs (3)
95
_index
= -1;
101
_index
= -1;
106
_index
++;
4 references to _index
System.Private.Xml (4)
System\Xml\Dom\XPathNodeList.cs (4)
107
int count = _list.ReadUntil(
_index
+ 1); // read past for delete-node case
108
if (count - 1 <
_index
)
112
_valid = (_list[
_index
] != null);
122
return _list[
_index
];