8 references to
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\baseaxisquery.cs (1)
46
protected BaseAxisQuery(BaseAxisQuery other) :
base
(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheOutputQuery.cs (1)
26
protected CacheOutputQuery(CacheOutputQuery other) :
base
(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ContextQuery.cs (1)
20
protected ContextQuery(ContextQuery other) :
base
(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ExtensionQuery.cs (1)
27
protected ExtensionQuery(ExtensionQuery other) :
base
(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\SortQuery.cs (1)
29
private SortQuery(SortQuery other) :
base
(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\UnionExpr.cs (1)
27
private UnionExpr(UnionExpr other) :
base
(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ValueQuery.cs (1)
19
protected ValueQuery(ValueQuery other) :
base
(other) { }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XmlIteratorQuery.cs (1)
26
protected XmlIteratorQuery(XmlIteratorQuery other) :
base
(other)