2 writes to current
System.Xml (2)
System\Xml\XPath\XPathNodeIterator.cs (2)
73this.current = this.original.Clone(); 79this.current = null;
4 references to current
System.Xml (4)
System\Xml\XPath\XPathNodeIterator.cs (4)
58if (this.current == null) 61return this.current.Current.Clone(); 77if (this.current == null || !this.current.MoveNext()) {