7 references to
System.Private.Xml (7)
System\Xml\XPath\Internal\BaseAxisQuery.cs (1)
42
protected BaseAxisQuery(BaseAxisQuery other) :
base
(other)
System\Xml\XPath\Internal\CacheOutputQuery.cs (1)
24
protected CacheOutputQuery(CacheOutputQuery other) :
base
(other)
System\Xml\XPath\Internal\ContextQuery.cs (1)
17
protected ContextQuery(ContextQuery other) :
base
(other)
System\Xml\XPath\Internal\ExtensionQuery.cs (1)
23
protected ExtensionQuery(ExtensionQuery other) :
base
(other)
System\Xml\XPath\Internal\SortQuery.cs (1)
28
private SortQuery(SortQuery other) :
base
(other)
System\Xml\XPath\Internal\UnionExpr.cs (1)
25
private UnionExpr(UnionExpr other) :
base
(other)
System\Xml\XPath\Internal\ValueQuery.cs (1)
13
protected ValueQuery(ValueQuery other) :
base
(other) { }