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