5 instantiations of DocumentOrderQuery
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DocumentOrderQuery.cs (1)
35
public override XPathNodeIterator Clone() { return new
DocumentOrderQuery
(this); }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (4)
94
result = new
DocumentOrderQuery
(result);
148
result = new
DocumentOrderQuery
(result);
163
result = new
DocumentOrderQuery
(result);
180
result = new
DocumentOrderQuery
(result);
3 references to DocumentOrderQuery
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DocumentOrderQuery.cs (1)
15
private DocumentOrderQuery(
DocumentOrderQuery
other) : base(other) { }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (2)
270
if ((props & Props.PosFilter) != 0 && qyInput is
DocumentOrderQuery
)
272
qyInput = ((
DocumentOrderQuery
)qyInput).input;