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