11 references to
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AttributeQuery.cs (1)
18
private AttributeQuery(AttributeQuery other) :
base
(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheAxisQuery.cs (1)
23
protected CacheAxisQuery(CacheAxisQuery other) :
base
(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ChildrenQuery.cs (1)
20
protected ChildrenQuery(ChildrenQuery other) :
base
(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantBaseQuery.cs (1)
22
public DescendantBaseQuery(DescendantBaseQuery other) :
base
(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs (1)
24
private FilterQuery(FilterQuery other) :
base
(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (1)
18
private FollowingQuery(FollowingQuery other) :
base
(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingsibling.cs (1)
25
private FollSiblingQuery(FollSiblingQuery other) :
base
(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\GroupQuery.cs (1)
16
private GroupQuery(GroupQuery other) :
base
(other) { }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NamespaceQuery.cs (1)
18
private NamespaceQuery(NamespaceQuery other) :
base
(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (1)
34
private PrecedingQuery(PrecedingQuery other) :
base
(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathSelfQuery.cs (1)
15
private XPathSelfQuery(XPathSelfQuery other) :
base
(other) { }