5 writes to qyInput
System.Private.Xml (5)
System\Xml\XPath\Internal\BaseAxisQuery.cs (3)
30
this.
qyInput
= qyInput;
35
this.
qyInput
= qyInput;
44
this.
qyInput
= Clone(other.qyInput);
System\Xml\XPath\Internal\FilterQuery.cs (1)
46
qyInput
= query.input;
System\Xml\XPath\Internal\QueryBuilder.cs (1)
296
_firstInput.
qyInput
= new ContextQuery();
39 references to qyInput
System.Private.Xml (39)
System\Xml\XPath\Internal\AttributeQuery.cs (2)
31
currentNode =
qyInput
.Advance();
67
return
qyInput
.MatchNode(temp);
System\Xml\XPath\Internal\BaseAxisQuery.cs (5)
44
this.qyInput = Clone(other.
qyInput
);
59
qyInput
.Reset();
66
qyInput
.SetXsltContext(context);
108
qyInput
.Evaluate(nodeIterator);
116
if (
qyInput
.GetType() != typeof(ContextQuery))
System\Xml\XPath\Internal\CacheChildrenQuery.cs (1)
133
result =
qyInput
.Advance();
System\Xml\XPath\Internal\ChildrenQuery.cs (2)
28
XPathNavigator? input =
qyInput
.Advance();
64
return
qyInput
.MatchNode(temp);
System\Xml\XPath\Internal\DescendantBaseQuery.cs (2)
39
if ((result =
qyInput
.MatchNode(context)) != null)
48
if ((result =
qyInput
.MatchNode(anc)) != null)
System\Xml\XPath\Internal\DescendantoverDescendantQuery.cs (1)
37
currentNode =
qyInput
.Advance();
System\Xml\XPath\Internal\DescendantQuery.cs (1)
34
XPathNavigator? nav =
qyInput
.Advance();
System\Xml\XPath\Internal\FilterQuery.cs (8)
43
ReversePositionQuery? query =
qyInput
as ReversePositionQuery;
53
while ((currentNode =
qyInput
.Advance()) != null)
66
object value = _cond.Evaluate(
qyInput
);
69
if (value is double) return (((double)value) ==
qyInput
.CurrentPosition);
82
context =
qyInput
.MatchNode(current);
94
ChildrenQuery? childrenQuery =
qyInput
as ChildrenQuery;
114
AttributeQuery? attributeQuery =
qyInput
as AttributeQuery;
176
return QueryProps.Position | (
qyInput
.Properties & (QueryProps.Merge | QueryProps.Reverse));
System\Xml\XPath\Internal\FollowingQuery.cs (2)
31
_input =
qyInput
.Advance();
41
_input =
qyInput
.Advance();
System\Xml\XPath\Internal\FollSiblingQuery.cs (2)
56
input =
qyInput
.Advance();
91
_nextInput =
qyInput
.Advance();
System\Xml\XPath\Internal\GroupQuery.cs (3)
15
currentNode =
qyInput
.Advance();
25
return
qyInput
.Evaluate(nodeIterator);
29
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)
18
while ((input =
qyInput
.Advance()) != null)
System\Xml\XPath\Internal\PrecedingQuery.cs (3)
49
XPathNavigator? input =
qyInput
.Advance();
58
} while ((input =
qyInput
.Advance()) != null);
85
Debug.Assert(
qyInput
.Advance() == null, "we read all qyInput.Advance() already");
System\Xml\XPath\Internal\PreSiblingQuery.cs (1)
50
while ((currentNode =
qyInput
.Advance()) != null)
System\Xml\XPath\Internal\QueryBuilder.cs (2)
264
qyInput = qyFilter.
qyInput
;
293
Query parent = _firstInput.
qyInput
;
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
28
while ((input =
qyInput
.Advance()) != null)
System\Xml\XPath\Internal\XPathSelfQuery.cs (1)
15
while ((currentNode =
qyInput
.Advance()) != null)