5 writes to _iterator
System.Private.Xml (5)
System\Xml\XPath\Internal\FollowingQuery.cs (5)
18
_iterator
= Clone(other._iterator);
23
_iterator
= null;
45
_iterator
= XPathEmptyIterator.Instance;
69
_iterator
= _input.SelectDescendants(Name, Namespace!, matchSelf);
73
_iterator
= _input.SelectDescendants(TypeTest, matchSelf);
4 references to _iterator
System.Private.Xml (4)
System\Xml\XPath\Internal\FollowingQuery.cs (4)
18
_iterator = Clone(other.
_iterator
);
29
if (
_iterator
== null)
48
while (!
_iterator
.MoveNext())
77
currentNode =
_iterator
.Current;