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)
63if (_current == null) 66Debug.Assert(_current.Current != null); 67return _current.Current.Clone(); 85if (_current == null || !_current.MoveNext())