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