5 writes to iterator
System.Xml (5)
System\Xml\XPath\Internal\FollowingQuery.cs (5)
21
this.
iterator
= Clone(other.iterator);
25
iterator
= null;
43
iterator
= XPathEmptyIterator.Instance;
60
iterator
= input.SelectDescendants(Name, Namespace, matchSelf);
62
iterator
= input.SelectDescendants(TypeTest, matchSelf);
4 references to iterator
System.Xml (4)
System\Xml\XPath\Internal\FollowingQuery.cs (4)
21
this.iterator = Clone(other.
iterator
);
30
if (
iterator
== null) {
46
while (!
iterator
.MoveNext()) {
66
currentNode =
iterator
.Current;