6 writes to nodeIterator
System.Xml (6)
System\Xml\XPath\Internal\DescendantQuery.cs (6)
21this.nodeIterator = Clone(other.nodeIterator); 25nodeIterator = null; 39nodeIterator = new IteratorFilter(nav.SelectDescendants(TypeTest, matchSelf), Name); 41nodeIterator = nav.SelectDescendants(Name, Namespace, matchSelf); 44nodeIterator = nav.SelectDescendants(TypeTest, matchSelf); 53nodeIterator = null;
4 references to nodeIterator
System.Xml (4)
System\Xml\XPath\Internal\DescendantQuery.cs (4)
21this.nodeIterator = Clone(other.nodeIterator); 31if (nodeIterator == null) { 48if (nodeIterator.MoveNext()) { 50currentNode = nodeIterator.Current;