5 instantiations of DocumentOrderQuery
System.Xml (5)
System\Xml\XPath\Internal\DocumentorderQuery.cs (1)
34
public override XPathNodeIterator Clone() { return new
DocumentOrderQuery
(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (4)
81
result = new
DocumentOrderQuery
(result);
124
result = new
DocumentOrderQuery
(result);
135
result = new
DocumentOrderQuery
(result);
151
result = new
DocumentOrderQuery
(result);
3 references to DocumentOrderQuery
System.Xml (3)
System\Xml\XPath\Internal\DocumentorderQuery.cs (1)
17
private DocumentOrderQuery(
DocumentOrderQuery
other) : base(other) { }
System\Xml\XPath\Internal\QueryBuilder.cs (2)
230
if ((props & Props.PosFilter) != 0 && qyInput is
DocumentOrderQuery
) {
231
qyInput = ((
DocumentOrderQuery
)qyInput).input;