2 writes to _qyInput
System.Private.Xml (2)
System\Xml\XPath\Internal\SortQuery.cs (2)
25
_qyInput
= qyInput;
32
_qyInput
= Clone(other._qyInput);
7 references to _qyInput
System.Private.Xml (7)
System\Xml\XPath\Internal\SortQuery.cs (7)
32
_qyInput = Clone(other.
_qyInput
);
40
_qyInput
.SetXsltContext(xsltContext);
42
_qyInput
.StaticType != XPathResultType.NodeSet &&
43
_qyInput
.StaticType != XPathResultType.Any
57
while ((eNext =
_qyInput
.Advance()) != null)
63
key[j] = _comparer.Expression(j).Evaluate(
_qyInput
);
73
_qyInput
.Evaluate(context);