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