11 references to
System.Xml (11)
System\Xml\XPath\Internal\AttributeQuery.cs (1)
19
private AttributeQuery(AttributeQuery other) :
base
(other) {
System\Xml\XPath\Internal\CacheAxisQuery.cs (1)
23
protected CacheAxisQuery(CacheAxisQuery other) :
base
(other) {
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
21
protected ChildrenQuery(ChildrenQuery other) :
base
(other) {
System\Xml\XPath\Internal\DescendantBaseQuery.cs (1)
22
public DescendantBaseQuery(DescendantBaseQuery other) :
base
(other) {
System\Xml\XPath\Internal\FilterQuery.cs (1)
24
private FilterQuery(FilterQuery other) :
base
(other) {
System\Xml\XPath\Internal\FollowingQuery.cs (1)
19
private FollowingQuery(FollowingQuery other) :
base
(other) {
System\Xml\XPath\Internal\FollowingSibling.cs (1)
25
private FollSiblingQuery(FollSiblingQuery other) :
base
(other) {
System\Xml\XPath\Internal\GroupQuery.cs (1)
18
private GroupQuery(GroupQuery other) :
base
(other) { }
System\Xml\XPath\Internal\NamespaceQuery.cs (1)
19
private NamespaceQuery(NamespaceQuery other) :
base
(other) {
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
34
private PrecedingQuery(PrecedingQuery other) :
base
(other) {
System\Xml\XPath\Internal\XPathSelfQuery.cs (1)
16
private XPathSelfQuery(XPathSelfQuery other) :
base
(other) { }