3 writes to index
System.Xml (3)
System\Xml\Dom\XPathNodeList.cs (3)
80this.index = -1; 85index = -1; 89index++;
4 references to index
System.Xml (4)
System\Xml\Dom\XPathNodeList.cs (4)
90int count = list.ReadUntil(index + 1); // read past for delete-node case 91if (count - 1 < index) { 94valid = (list[index] != null); 101return list[index];