2 writes to _current
System.Private.Xml (2)
System\Xml\XPath\XPathNodeIterator.cs (2)
81
_current
= _original.Clone();
88
_current
= null;
5 references to _current
System.Private.Xml (5)
System\Xml\XPath\XPathNodeIterator.cs (5)
63
if (
_current
== null)
66
Debug.Assert(
_current
.Current != null);
67
return
_current
.Current.Clone();
85
if (
_current
== null || !
_current
.MoveNext())