4 writes to input
System.Xml (4)
System\Xml\XPath\Internal\FollowingQuery.cs (4)
20this.input = Clone(other.input); 31input = qyInput.Advance(); 39input = qyInput.Advance(); 41input = prev;
11 references to input
System.Xml (11)
System\Xml\XPath\Internal\FollowingQuery.cs (11)
20this.input = Clone(other.input); 32if (input == null) { 38prev = input.Clone(); 40} while (prev.IsDescendant(input)); 48if (input.NodeType == XPathNodeType.Attribute || input.NodeType == XPathNodeType.Namespace) { 49input.MoveToParent(); 52while (! input.MoveToNext()) { 53if (! input.MoveToParent()) { 60iterator = input.SelectDescendants(Name, Namespace, matchSelf); 62iterator = input.SelectDescendants(TypeTest, matchSelf);