5 writes to qyInput
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\baseaxisquery.cs (3)
34
this.
qyInput
= qyInput;
39
this.
qyInput
= qyInput;
48
this.
qyInput
= Clone(other.qyInput);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs (1)
49
qyInput
= query.input;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
301
_firstInput.
qyInput
= new ContextQuery();
44 references to qyInput
dotnet-svcutil-lib (44)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AttributeQuery.cs (2)
34
currentNode =
qyInput
.Advance();
69
return
qyInput
.MatchNode(temp);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\baseaxisquery.cs (7)
48
this.qyInput = Clone(other.
qyInput
);
63
qyInput
.Reset();
70
qyInput
.SetXsltContext(context);
112
qyInput
.Evaluate(nodeIterator);
113
AssertQuery(
qyInput
);
121
if (
qyInput
.GetType() != typeof(ContextQuery))
151
qyInput
.PrintQuery(w);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheChildrenQuery.cs (1)
148
result =
qyInput
.Advance();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ChildrenQuery.cs (2)
35
XPathNavigator input =
qyInput
.Advance();
71
return
qyInput
.MatchNode(temp);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantBaseQuery.cs (3)
41
if ((result =
qyInput
.MatchNode(context)) != null)
50
if ((result =
qyInput
.MatchNode(anc)) != null)
75
qyInput
.PrintQuery(w);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantOverDescendantQuery.cs (1)
40
currentNode =
qyInput
.Advance();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantQuery.cs (1)
37
XPathNavigator nav =
qyInput
.Advance();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs (9)
46
ReversePositionQuery query =
qyInput
as ReversePositionQuery;
56
while ((currentNode =
qyInput
.Advance()) != null)
69
object value = _cond.Evaluate(
qyInput
);
72
if (value is double) return (((double)value) ==
qyInput
.CurrentPosition);
85
context =
qyInput
.MatchNode(current);
97
ChildrenQuery childrenQuery =
qyInput
as ChildrenQuery;
117
AttributeQuery attributeQuery =
qyInput
as AttributeQuery;
179
return QueryProps.Position | (
qyInput
.Properties & (QueryProps.Merge | QueryProps.Reverse));
193
qyInput
.PrintQuery(w);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (2)
34
_input =
qyInput
.Advance();
44
_input =
qyInput
.Advance();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingsibling.cs (2)
60
input =
qyInput
.Advance();
98
_nextInput =
qyInput
.Advance();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\GroupQuery.cs (3)
20
currentNode =
qyInput
.Advance();
30
return
qyInput
.Evaluate(nodeIterator);
34
public override XPathResultType StaticType { get { return
qyInput
.StaticType; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NamespaceQuery.cs (1)
35
currentNode =
qyInput
.Advance();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ParentQuery.cs (1)
25
while ((input =
qyInput
.Advance()) != null)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (3)
53
XPathNavigator input =
qyInput
.Advance();
62
} while ((input =
qyInput
.Advance()) != null);
89
Debug.Assert(
qyInput
.Advance() == null, "we read all qyInput.Advance() already");
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingsibling.cs (1)
53
while ((currentNode =
qyInput
.Advance()) != null)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (2)
266
qyInput = qyFilter.
qyInput
;
298
Query parent = _firstInput.
qyInput
;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAncestorQuery.cs (2)
32
while ((input =
qyInput
.Advance()) != null)
83
qyInput
.PrintQuery(w);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathSelfQuery.cs (1)
19
while ((currentNode =
qyInput
.Advance()) != null)