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)
107int count = _list.ReadUntil(_index + 1); // read past for delete-node case 108if (count - 1 < _index) 112_valid = (_list[_index] != null); 122return _list[_index];