4 writes to _input
System.Private.Xml (4)
System\Xml\XPath\Internal\FollowingQuery.cs (4)
17_input = Clone(other._input); 31_input = qyInput.Advance(); 41_input = qyInput.Advance(); 43_input = prev;
11 references to _input
System.Private.Xml (11)
System\Xml\XPath\Internal\FollowingQuery.cs (11)
17_input = Clone(other._input); 32if (_input == null) 40prev = _input.Clone(); 42} while (prev.IsDescendant(_input)); 51if (_input!.NodeType == XPathNodeType.Attribute || _input.NodeType == XPathNodeType.Namespace) 53_input.MoveToParent(); 58while (!_input.MoveToNext()) 60if (!_input.MoveToParent()) 69_iterator = _input.SelectDescendants(Name, Namespace!, matchSelf); 73_iterator = _input.SelectDescendants(TypeTest, matchSelf);