3 references to
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ParentQuery.cs (1)
17
private ParentQuery(ParentQuery other) :
base
(other) { }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingsibling.cs (1)
29
protected PreSiblingQuery(PreSiblingQuery other) :
base
(other) { }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
21
private XPathAncestorQuery(XPathAncestorQuery other) :
base
(other)