6 writes to _nodeIterator
System.Private.Xml (6)
System\Xml\XPath\Internal\DescendantQuery.cs (6)
18_nodeIterator = Clone(other._nodeIterator); 23_nodeIterator = null; 43_nodeIterator = new IteratorFilter(nav.SelectDescendants(TypeTest, matchSelf), Name); 47_nodeIterator = nav.SelectDescendants(Name, Namespace!, matchSelf); 52_nodeIterator = nav.SelectDescendants(TypeTest, matchSelf); 64_nodeIterator = null;
4 references to _nodeIterator
System.Private.Xml (4)
System\Xml\XPath\Internal\DescendantQuery.cs (4)
18_nodeIterator = Clone(other._nodeIterator); 31if (_nodeIterator == null) 56if (_nodeIterator.MoveNext()) 59currentNode = _nodeIterator.Current;