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