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