2 writes to _qyInput
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\SortQuery.cs (2)
26
_qyInput
= qyInput;
33
_qyInput
= Clone(other._qyInput);
8 references to _qyInput
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\SortQuery.cs (8)
33
_qyInput = Clone(other.
_qyInput
);
41
_qyInput
.SetXsltContext(xsltContext);
43
_qyInput
.StaticType != XPathResultType.NodeSet &&
44
_qyInput
.StaticType != XPathResultType.Any
58
while ((eNext =
_qyInput
.Advance()) != null)
64
key[j] = _comparer.Expression(j).Evaluate(
_qyInput
);
74
_qyInput
.Evaluate(context);
119
_qyInput
.PrintQuery(w);