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