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); 29if (_iterator == null) 48while (!_iterator.MoveNext()) 77currentNode = _iterator.Current;