4 references to
System.Xml (4)
System\Xml\XPath\Internal\DocumentorderQuery.cs (1)
17
private DocumentOrderQuery(DocumentOrderQuery other) :
base
(other) { }
System\Xml\XPath\Internal\ForwardPositionQuery.cs (1)
19
protected ForwardPositionQuery(ForwardPositionQuery other) :
base
(other) { }
System\Xml\XPath\Internal\IdQuery.cs (1)
19
private IDQuery(IDQuery other) :
base
(other) { }
System\Xml\XPath\Internal\MergeFilterQuery.cs (1)
22
private MergeFilterQuery(MergeFilterQuery other) :
base
(other) {