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
);
32
if (
_input
== null)
40
prev =
_input
.Clone();
42
} while (prev.IsDescendant(
_input
));
51
if (
_input
!.NodeType == XPathNodeType.Attribute ||
_input
.NodeType == XPathNodeType.Namespace)
53
_input
.MoveToParent();
58
while (!
_input
.MoveToNext())
60
if (!
_input
.MoveToParent())
69
_iterator =
_input
.SelectDescendants(Name, Namespace!, matchSelf);
73
_iterator =
_input
.SelectDescendants(TypeTest, matchSelf);