4 writes to _input
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (4)
20
_input
= Clone(other._input);
34
_input
= qyInput.Advance();
44
_input
= qyInput.Advance();
46
_input
= prev;
11 references to _input
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (11)
20
_input = Clone(other.
_input
);
35
if (
_input
== null)
43
prev =
_input
.Clone();
45
} while (prev.IsDescendant(
_input
));
54
if (
_input
.NodeType == XPathNodeType.Attribute ||
_input
.NodeType == XPathNodeType.Namespace)
56
_input
.MoveToParent();
61
while (!
_input
.MoveToNext())
63
if (!
_input
.MoveToParent())
72
_iterator =
_input
.SelectDescendants(Name, Namespace, matchSelf);
76
_iterator =
_input
.SelectDescendants(TypeTest, matchSelf);