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