5 writes to qyInput
System.Xml (5)
System\Xml\XPath\Internal\BaseAxisQuery.cs (3)
34
this.
qyInput
= qyInput;
38
this.
qyInput
= qyInput;
46
this.
qyInput
= Clone(other.qyInput);
System\Xml\XPath\Internal\FilterQuery.cs (1)
44
qyInput
= query.input;
System\Xml\XPath\Internal\QueryBuilder.cs (1)
252
firstInput.
qyInput
= new ContextQuery();
44 references to qyInput
System.Xml (44)
System\Xml\XPath\Internal\AttributeQuery.cs (2)
30
currentNode =
qyInput
.Advance();
56
return
qyInput
.MatchNode(temp);
System\Xml\XPath\Internal\BaseAxisQuery.cs (7)
46
this.qyInput = Clone(other.
qyInput
);
60
qyInput
.Reset();
66
qyInput
.SetXsltContext(context);
100
qyInput
.Evaluate(nodeIterator);
101
AssertQuery(
qyInput
);
106
if (
qyInput
.GetType() != typeof(ContextQuery)) {
129
qyInput
.PrintQuery(w);
System\Xml\XPath\Internal\CacheChildrenQuery.cs (1)
123
result =
qyInput
.Advance();
System\Xml\XPath\Internal\ChildrenQuery.cs (2)
32
XPathNavigator input =
qyInput
.Advance();
57
return
qyInput
.MatchNode(temp);
System\Xml\XPath\Internal\DescendantBaseQuery.cs (3)
35
if ((result =
qyInput
.MatchNode(context)) != null) {
42
if ((result =
qyInput
.MatchNode(anc)) != null) {
62
qyInput
.PrintQuery(w);
System\Xml\XPath\Internal\DescendantoverDescendantQuery.cs (1)
35
currentNode =
qyInput
.Advance();
System\Xml\XPath\Internal\DescendantQuery.cs (1)
33
XPathNavigator nav =
qyInput
.Advance();
System\Xml\XPath\Internal\FilterQuery.cs (9)
42
ReversePositionQuery query =
qyInput
as ReversePositionQuery;
50
while ((currentNode =
qyInput
.Advance()) != null) {
60
object value = cond.Evaluate(
qyInput
);
63
if (value is double ) return (((double)value) ==
qyInput
.CurrentPosition);
74
context =
qyInput
.MatchNode(current);
83
ChildrenQuery childrenQuery =
qyInput
as ChildrenQuery;
99
AttributeQuery attributeQuery =
qyInput
as AttributeQuery;
150
return QueryProps.Position | (
qyInput
.Properties & (QueryProps.Merge | QueryProps.Reverse));
162
qyInput
.PrintQuery(w);
System\Xml\XPath\Internal\FollowingQuery.cs (2)
31
input =
qyInput
.Advance();
39
input =
qyInput
.Advance();
System\Xml\XPath\Internal\FollowingSibling.cs (2)
53
input =
qyInput
.Advance();
81
nextInput =
qyInput
.Advance();
System\Xml\XPath\Internal\GroupQuery.cs (3)
21
currentNode =
qyInput
.Advance();
29
return
qyInput
.Evaluate(nodeIterator);
33
public override XPathResultType StaticType { get { return
qyInput
.StaticType; } }
System\Xml\XPath\Internal\NamespaceQuery.cs (1)
31
currentNode =
qyInput
.Advance();
System\Xml\XPath\Internal\ParentQuery.cs (1)
26
while ((input =
qyInput
.Advance()) != null) {
System\Xml\XPath\Internal\PrecedingQuery.cs (3)
48
XPathNavigator input =
qyInput
.Advance();
55
} while ((input =
qyInput
.Advance()) != null);
77
Debug.Assert(
qyInput
.Advance() == null, "we read all qyInput.Advance() already");
System\Xml\XPath\Internal\PrecedingSibling.cs (1)
51
while ((currentNode =
qyInput
.Advance()) != null) {
System\Xml\XPath\Internal\QueryBuilder.cs (2)
226
qyInput = qyFilter.
qyInput
;
250
Query parent = firstInput.
qyInput
;
System\Xml\XPath\Internal\XPathAncestorQuery.cs (2)
30
while ((input =
qyInput
.Advance()) != null) {
69
qyInput
.PrintQuery(w);
System\Xml\XPath\Internal\XPathSelfQuery.cs (1)
19
while ((currentNode =
qyInput
.Advance()) != null) {