2 writes to qyInput
System.Xml (2)
System\Xml\XPath\Internal\SortQuery.cs (2)
26this.qyInput = qyInput; 32this.qyInput = Clone(other.qyInput);
8 references to qyInput
System.Xml (8)
System\Xml\XPath\Internal\SortQuery.cs (8)
32this.qyInput = Clone(other.qyInput); 39qyInput.SetXsltContext(xsltContext); 41qyInput.StaticType != XPathResultType.NodeSet && 42qyInput.StaticType != XPathResultType.Any 54while ((eNext = qyInput.Advance()) != null) { 58key[j] = this.comparer.Expression(j).Evaluate(qyInput); 67qyInput.Evaluate(context); 105qyInput.PrintQuery(w);