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